From fa4bed9e35db040270f4f9e76e597ca2451e4ce7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Sep 2010 20:28:45 +0000 Subject: [PATCH] fix --- TODO | 2 -- src/fs/fs_namespace.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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; -- 2.25.1