gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2175 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r2175 - GNUnet/src/conf
Date: Fri, 7 Oct 2005 12:42:19 -0700 (PDT)

Author: durner
Date: 2005-10-07 12:42:07 -0700 (Fri, 07 Oct 2005)
New Revision: 2175

Modified:
   GNUnet/src/conf/mconf.c
Log:
fix the fix

Modified: GNUnet/src/conf/mconf.c
===================================================================
--- GNUnet/src/conf/mconf.c     2005-10-07 19:15:29 UTC (rev 2174)
+++ GNUnet/src/conf/mconf.c     2005-10-07 19:42:07 UTC (rev 2175)
@@ -788,7 +788,6 @@
   filename = getConfigurationString("GNUNET-SETUP",
                                    "FILENAME");
   conf_read(filename);
-  FREE(filename);
 
   backtitle = malloc(128);
   strcpy(backtitle, "GNUnet Configuration");
@@ -833,5 +832,7 @@
           "Your configuration changes were NOT saved."
           "\n\n");
   }
+  FREE(filename);
+
   return 0;
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]