projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19b4c4
)
leak
author
Christian Grothoff
<christian@grothoff.org>
Mon, 21 Mar 2011 12:16:47 +0000
(12:16 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 21 Mar 2011 12:16:47 +0000
(12:16 +0000)
src/fs/fs.c
patch
|
blob
|
history
diff --git
a/src/fs/fs.c
b/src/fs/fs.c
index 82edfc05135296b79bc142bc11f8e5977bc9fa19..36eb3e5e1f601eb032dece2e1297935686bce639 100644
(file)
--- a/
src/fs/fs.c
+++ b/
src/fs/fs.c
@@
-2592,6
+2592,7
@@
free_download_context (struct GNUNET_FS_DownloadContext *dc)
GNUNET_free_non_null (dc->temp_filename);
GNUNET_free_non_null (dc->emsg);
GNUNET_free_non_null (dc->filename);
+ GNUNET_free_non_null (dc->serialization);
while (NULL != (dcc = dc->child_head))
{
GNUNET_CONTAINER_DLL_remove (dc->child_head,