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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index ed2de800..f7d4f356 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -438,10 +438,10 @@ static void abortDownloadCallback(GtkTreeModel * model,
438 DOWNLOAD_URI, &cls.u, 438 DOWNLOAD_URI, &cls.u,
439 DOWNLOAD_FILENAME, &cls.fn, 439 DOWNLOAD_FILENAME, &cls.fn,
440 -1); 440 -1);
441 gtk_tree_store_remove(summary,
442 iter);
443 run_with_save_calls(&shutdownCode, 441 run_with_save_calls(&shutdownCode,
444 &cls); 442 &cls);
443 gtk_tree_store_remove(summary,
444 iter);
445 if (cls.u != NULL) 445 if (cls.u != NULL)
446 ECRS_freeUri(cls.u); 446 ECRS_freeUri(cls.u);
447} 447}