[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r8914 - GNUnet/src/applications/dv_dht/tools
From: |
gnunet |
Subject: |
[GNUnet-SVN] r8914 - GNUnet/src/applications/dv_dht/tools |
Date: |
Mon, 31 Aug 2009 15:59:26 -0600 |
Author: nevans
Date: 2009-08-31 15:59:26 -0600 (Mon, 31 Aug 2009)
New Revision: 8914
Modified:
GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
Log:
missing free
Modified: GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
===================================================================
--- GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c 2009-08-31
21:14:22 UTC (rev 8913)
+++ GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c 2009-08-31
21:59:26 UTC (rev 8914)
@@ -309,7 +309,11 @@
}
if (GNUNET_shutdown_test () == GNUNET_YES)
+ {
+ GNUNET_free(peers);
+ GNUNET_free(pos);
return GNUNET_SYSERR;
+ }
for (i = 0; i < put_items; i++)
{
@@ -463,6 +467,7 @@
ret =
sqlapi->update_trial (trialuid, totalMessagesDropped, totalBytesDropped);
+ GNUNET_free(peers);
return ret;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r8914 - GNUnet/src/applications/dv_dht/tools,
gnunet <=