summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-30 21:37:52 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-30 21:37:52 +0000
commit4783c442c1811a8004bebaff9eea326fdd731ac9 (patch)
tree257549031c9ba40221a3356783178e90ff5ea29d /src/trg-torrent-add-dialog.c
parentc0bae6b1b517feefbef197d55a72bb62e056b21e (diff)
bind ip column in peers treeview to correct column, fix for panel updates
Diffstat (limited to 'src/trg-torrent-add-dialog.c')
-rw-r--r--src/trg-torrent-add-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-torrent-add-dialog.c b/src/trg-torrent-add-dialog.c
index cd6308f..4604a8e 100644
--- a/src/trg-torrent-add-dialog.c
+++ b/src/trg-torrent-add-dialog.c
@@ -208,6 +208,7 @@ static GtkWidget *trg_destination_folder_new(trg_client * client)
gtk_tree_path_free(path);
}
}
+
g_list_free(torrentItemRefs);
g_mutex_unlock(client->updateMutex);