gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9685 - GNUnet/src/applications/topology_default


From: gnunet
Subject: [GNUnet-SVN] r9685 - GNUnet/src/applications/topology_default
Date: Wed, 2 Dec 2009 23:18:00 +0100

Author: nevans
Date: 2009-12-02 23:18:00 +0100 (Wed, 02 Dec 2009)
New Revision: 9685

Modified:
   GNUnet/src/applications/topology_default/topology.c
Log:
looked like a double free to me

Modified: GNUnet/src/applications/topology_default/topology.c
===================================================================
--- GNUnet/src/applications/topology_default/topology.c 2009-12-02 21:58:46 UTC 
(rev 9684)
+++ GNUnet/src/applications/topology_default/topology.c 2009-12-02 22:18:00 UTC 
(rev 9685)
@@ -566,7 +566,7 @@
                     ("More friendly connections required than target total 
number of connections.\n"));
     }
   GNUNET_free (data);
-  GNUNET_free (fn);
+  GNUNET_free_non_null (fn);
   return 0;
 }
 





reply via email to

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