diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-19 13:12:03 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-19 13:12:03 +0000 |
commit | 92648073666222ba0e7c28032aecc8417ec18450 (patch) | |
tree | 4c85780990c6e3969b84cb6be4288d681953b0a9 /src/datastore/test_datastore_api.c | |
parent | 2bfb4a869570cab910001018761fb85475405a82 (diff) |
stuff
git-svn-id: https://gnunet.org/svn/gnunet@8757 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 7eaa09262c..3d65bf813e 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -350,6 +350,7 @@ run_continuation (void *cls, "Finished, disconnecting\n"); #endif GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES); + GNUNET_free (crc); ok = 0; } } |