gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9856 - GNUnet/src/applications/dv/module


From: gnunet
Subject: [GNUnet-SVN] r9856 - GNUnet/src/applications/dv/module
Date: Tue, 22 Dec 2009 09:08:32 +0100

Author: grothoff
Date: 2009-12-22 09:08:32 +0100 (Tue, 22 Dec 2009)
New Revision: 9856

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
undo double-free re-added by Nate

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-21 21:24:10 UTC (rev 
9855)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-22 08:08:32 UTC (rev 
9856)
@@ -1102,9 +1102,6 @@
                                          &delete_callback, (void *) peer);
           /* delete_callback will free 'neighbor' (and members) */
         }
-      GNUNET_free(neighbor->neighbor);
-      GNUNET_free_non_null(neighbor->referrer);
-      GNUNET_free(neighbor);
     }
   GNUNET_mutex_unlock (ctx->dvMutex);
 #if DEBUG_DV





reply via email to

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