diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-07-18 12:27:02 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-07-18 12:27:02 +0000 |
commit | 156ad5567cc3c489c5f2caf4504923dad9cca602 (patch) | |
tree | 0286c936c313a1cd17d97f861ac59601a11d2c77 /src/fs/fs_unindex.c | |
parent | e4d62bbe6e87d0944e97bbb68866404a8fac1c4f (diff) |
leak
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r-- | src/fs/fs_unindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index c4360a82dc..83db96932c 100644 --- a/src/fs/fs_unindex.c +++ b/src/fs/fs_unindex.c @@ -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); } |