From: Christian Grothoff Date: Tue, 7 Sep 2010 20:28:45 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~20403 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fa4bed9e35db040270f4f9e76e597ca2451e4ce7;p=oweals%2Fgnunet.git fix --- diff --git a/TODO b/TODO index 05fb2a5b9..8ac9a592c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ 0.9.0pre2: -* FS: - - "next" ID not set correctly in list_updateable callback * CORE: - derived key generation [Nils] - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index 903cb07f3..73cbc5f9e 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -224,7 +224,7 @@ read_update_information_graph (struct GNUNET_FS_Namespace *ns) GNUNET_break (0); GNUNET_free (emsg); GNUNET_free (n->id); - GNUNET_free (n->update); + GNUNET_free_non_null (n->update); GNUNET_CONTAINER_meta_data_destroy (n->md); GNUNET_free (n); break;