aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-18 12:27:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-18 12:27:02 +0000
commit156ad5567cc3c489c5f2caf4504923dad9cca602 (patch)
tree0286c936c313a1cd17d97f861ac59601a11d2c77 /src
parente4d62bbe6e87d0944e97bbb68866404a8fac1c4f (diff)
downloadgnunet-156ad5567cc3c489c5f2caf4504923dad9cca602.tar.gz
gnunet-156ad5567cc3c489c5f2caf4504923dad9cca602.zip
leak
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_unindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index c4360a82d..83db96932 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -470,6 +470,7 @@ GNUNET_FS_unindex_signal_suspend_ (void *cls)
470 GNUNET_break (NULL == uc->client_info); 470 GNUNET_break (NULL == uc->client_info);
471 GNUNET_free (uc->filename); 471 GNUNET_free (uc->filename);
472 GNUNET_free_non_null (uc->serialization); 472 GNUNET_free_non_null (uc->serialization);
473 GNUNET_free_non_null (uc->emsg);
473 GNUNET_free (uc); 474 GNUNET_free (uc);
474} 475}
475 476