summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-22 23:33:17 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-22 23:33:17 +0000
commit1bae0138ec505d1bfd996a54f4109db979bc4f52 (patch)
tree43472e7dcaec26859834d6e212d59360436f9382 /src/trg-main-window.c
parent7ebaa9d38fc6033fbc1c3562ab85a01c12d36c78 (diff)
missing free for selection list elements
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 =