fixfix
authorChristian Grothoff <christian@grothoff.org>
Wed, 14 Sep 2011 07:30:25 +0000 (07:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 14 Sep 2011 07:30:25 +0000 (07:30 +0000)
src/util/program.c

index 8b5279f286c223de5000ecadedcb248f44e32fb3..2dec8f1bf104230a0870f1d2cfb2ce0243b31bec 100644 (file)
@@ -249,7 +249,7 @@ GNUNET_PROGRAM_run (int argc, char *const *argv, const char *binaryName,
   GNUNET_CONFIGURATION_destroy (cfg);
   GNUNET_free_non_null (cc.cfgfile);
   GNUNET_free (loglev);
-  GNUNET_free (logfile);
+  GNUNET_free_non_null (logfile);
   return GNUNET_OK;
 }