]> sjero.net Git - wget/blobdiff - src/res.c
[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
[wget] / src / res.c
index f8add49cf574b56dcf086e42355afcae7527945e..e92f79c330f9b2153b7b90c5501563a925f8383b 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -406,7 +406,7 @@ free_specs (struct robot_specs *specs)
   int i;
   for (i = 0; i < specs->count; i++)
     xfree (specs->paths[i].path);
-  FREE_MAYBE (specs->paths);
+  xfree_null (specs->paths);
   xfree (specs);
 }
 \f