aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
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),