gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34199 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r34199 - gnunet/src/dht
Date: Fri, 22 Aug 2014 16:03:08 +0200

Author: harsha
Date: 2014-08-22 16:03:08 +0200 (Fri, 22 Aug 2014)
New Revision: 34199

Modified:
   gnunet/src/dht/gnunet_dht_profiler.c
Log:
Do not realloc as this will render the pointers to ActiveContexts invalid.


Modified: gnunet/src/dht/gnunet_dht_profiler.c
===================================================================
--- gnunet/src/dht/gnunet_dht_profiler.c        2014-08-22 14:01:34 UTC (rev 
34198)
+++ gnunet/src/dht/gnunet_dht_profiler.c        2014-08-22 14:03:08 UTC (rev 
34199)
@@ -1155,7 +1155,6 @@
     ac_cnt++;
   }
   n_active = ac_cnt;
-  a_ac = GNUNET_realloc (a_ac, n_active * sizeof (struct ActiveContext));
   INFO ("Active peers: %u\n", n_active);
 
   /* start DHT service on all peers */




reply via email to

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