leak
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jul 2011 12:27:02 +0000 (12:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jul 2011 12:27:02 +0000 (12:27 +0000)
src/fs/fs_unindex.c

index c4360a82dcc788b1b769b1b3d695f79d01983478..83db96932cc7969906778b13743d1ac524e13928 100644 (file)
@@ -470,6 +470,7 @@ GNUNET_FS_unindex_signal_suspend_ (void *cls)
   GNUNET_break (NULL == uc->client_info);
   GNUNET_free (uc->filename);
   GNUNET_free_non_null (uc->serialization);
+  GNUNET_free_non_null (uc->emsg);
   GNUNET_free (uc);
 }