aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-09 15:25:51 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-09 15:25:51 +0000
commite524e9559246a2a8500a3565ba1c1b1e35b3f1e1 (patch)
tree354ad7c9c798e2f86ec25483bceaba012ac4f868 /src/plugins/fs/download.c
parent14583621c352eb11fbd4f398bf6107c744cfc6f8 (diff)
downloadgnunet-gtk-e524e9559246a2a8500a3565ba1c1b1e35b3f1e1.tar.gz
gnunet-gtk-e524e9559246a2a8500a3565ba1c1b1e35b3f1e1.zip
fix
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r--src/plugins/fs/download.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index c6ea9450..0b3954d8 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -515,7 +515,8 @@ void fs_download_stop() {
515 &iter, 515 &iter,
516 DOWNLOAD_URI, NULL, 516 DOWNLOAD_URI, NULL,
517 -1); 517 -1);
518 ECRS_freeUri(u); 518 if (u != NULL)
519 ECRS_freeUri(u);
519 /* FIXME: 520 /* FIXME:
520 also free DOWNLOAD_TREEPATH! */ 521 also free DOWNLOAD_TREEPATH! */
521 } while (gtk_tree_model_iter_next(GTK_TREE_MODEL(summary), 522 } while (gtk_tree_model_iter_next(GTK_TREE_MODEL(summary),