]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
[wget] / src / main.c
index 4c12fc0083c22bdc61bc0fe01bd04cc9a134b223..94aef3b56958a8f9b392fd2c875c572a51d02880 100644 (file)
@@ -895,8 +895,8 @@ Can't timestamp and not clobber old files at the same time.\n"));
            logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
        }
 
-      FREE_MAYBE (redirected_URL);
-      FREE_MAYBE (filename);
+      xfree_null (redirected_URL);
+      xfree_null (filename);
     }
 
   /* And then from the input file, if any.  */