Add missing gtk_tree_path_free()

This commit is contained in:
TingPing 2013-06-04 12:32:51 -03:00
parent c45cc78548
commit 4d16f5bf28
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ servlist_move_item (GtkTreeView *view, GSList *list, gpointer item, int delta)
else
gtk_tree_path_prev (path);
gtk_tree_model_get_iter (store, &iter2, path);
gtk_tree_path_free (path);
pos = g_slist_index (list, item);
if (pos >= 0)