minor fixes
authorChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 22:35:16 +0000 (22:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 22:35:16 +0000 (22:35 +0000)
src/util/service.c

index 681edd8d30571bd2a1175c3dba37967c3dc8849f..d59b0c0ff31dd7ae84062648afcc871c06ca4a96 100644 (file)
@@ -1640,7 +1640,7 @@ GNUNET_SERVICE_stop (struct GNUNET_SERVICE_Context *sctx)
   i = 0;
   while (sctx->addrs[i] != NULL)    
     GNUNET_free (sctx->addrs[i++]);    
-  GNUNET_free_non_null (sctx->addrs);
+  GNUNET_free (sctx->addrs);
   GNUNET_free_non_null (sctx->addrlens);
   GNUNET_free_non_null (sctx->v4_denied);
   GNUNET_free_non_null (sctx->v6_denied);