fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 20:28:45 +0000 (20:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 20:28:45 +0000 (20:28 +0000)
TODO
src/fs/fs_namespace.c

diff --git a/TODO b/TODO
index 05fb2a5b9de0769cb0f9b37155ff28bbda560b29..8ac9a592c8dd424169554e9b0c559f53fda8e5d1 100644 (file)
--- 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.
index 903cb07f311ded92765c4c8d7ffdbec0a28ce543..73cbc5f9e185c18b71b2531ecb23fba8748ffef7 100644 (file)
@@ -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;