mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Add missing gtk_tree_path_free()
This commit is contained in:
parent
c45cc78548
commit
4d16f5bf28
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user