summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 734a909..c5eba0a 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -638,6 +638,7 @@ static gint confirm_action_dialog(GtkWindow * win,
gtk_tree_model_get(GTK_TREE_MODEL
(priv->sortedTorrentModel),
&firstIter, TORRENT_COLUMN_NAME, &name, -1);
+ g_list_foreach (list, (GFunc) gtk_tree_path_free, NULL);
g_list_free(list);
dialog =