]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Implemented breadth-first retrieval.
[wget] / src / http.c
index 02331fa9bf296e876f361972c4fbeafb033a7e1d..8d79de51c564a3e97cf5cc75bdc76df53c28e993 100644 (file)
@@ -1452,8 +1452,8 @@ File `%s' already there, will not retrieve.\n"), *hstat.local_file);
       if (((suf = suffix (*hstat.local_file)) != NULL)
          && (!strcmp (suf, "html") || !strcmp (suf, "htm")))
        *dt |= TEXTHTML;
-      xfree (suf);
 
+      FREE_MAYBE (suf);
       FREE_MAYBE (dummy);
       return RETROK;
     }