[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6209 - GNUnet/src/applications/fs/ecrs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6209 - GNUnet/src/applications/fs/ecrs |
Date: |
Sat, 9 Feb 2008 18:00:37 -0700 (MST) |
Author: grothoff
Date: 2008-02-09 18:00:34 -0700 (Sat, 09 Feb 2008)
New Revision: 6209
Modified:
GNUnet/src/applications/fs/ecrs/searchtest.c
Log:
leakfix
Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c 2008-02-09 23:01:17 UTC
(rev 6208)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c 2008-02-10 01:00:34 UTC
(rev 6209)
@@ -152,6 +152,7 @@
if (sock != NULL)
GNUNET_client_connection_destroy (sock);
GNUNET_GE_ASSERT (NULL, GNUNET_OK == GNUNET_daemon_stop (NULL, daemon));
+ GNUNET_GC_free (cfg);
return (ok == GNUNET_YES) ? 0 : 1;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6209 - GNUnet/src/applications/fs/ecrs,
gnunet <=