mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Add missing gtk_tree_path_free()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user