]> sjero.net Git - wget/blobdiff - src/log.c
Restore string after function call.
[wget] / src / log.c
index 077ebeb833847afe7b9cbcdca0bb0c1f2a7e2ce7..e84e5c61c22f45ac4a07cc3d77e0a667e90a3c61 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -28,8 +28,6 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#define USE_GNULIB_ALLOC
-
 #include "wget.h"
 
 #include <stdio.h>
@@ -764,7 +762,7 @@ escnonprint_uri (const char *str)
 void
 log_cleanup (void)
 {
-  int i;
+  size_t i;
   for (i = 0; i < countof (ring); i++)
     xfree_null (ring[i].buffer);
 }