diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-20 08:18:33 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-20 08:18:33 +0000 |
commit | 1c204c744da3d3cb9a8c48e8611f3398caf6eaab (patch) | |
tree | dcbec8f92bf8c570d3ca227c6a328f260a6e51a9 /src/fs/fs_file_information.c | |
parent | d2cededf53412876cf4ef2dedf3feee5e949d17f (diff) |
final fixes, adding testcase to official suite
git-svn-id: https://gnunet.org/svn/gnunet@9219 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs_file_information.c')
-rw-r--r-- | src/fs/fs_file_information.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c index 6d6a83ffe9..d1d897b24a 100644 --- a/src/fs/fs_file_information.c +++ b/src/fs/fs_file_information.c @@ -835,6 +835,7 @@ GNUNET_FS_file_information_destroy (struct GNUNET_FS_FileInformation *fi, &fi->client_info); } GNUNET_free_non_null (fi->emsg); + GNUNET_free_non_null (fi->chk_uri); /* clean up serialization */ if ( (NULL != fi->serialization) && (0 != UNLINK (fi->serialization)) ) |