Sat, 26 Feb 2005 19:20:27 +0000
[gaim-migrate @ 12149]
Stu pointed this out!
| src/gtkaccount.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkaccount.c Sat Feb 26 18:59:43 2005 +0000 +++ b/src/gtkaccount.c Sat Feb 26 19:20:27 2005 +0000 @@ -2182,6 +2182,7 @@ if (!gtk_tree_view_get_path_at_pos(GTK_TREE_VIEW(dialog->treeview), event->x, event->y, &path, NULL, NULL, NULL)) return FALSE; gtk_tree_model_get_iter(GTK_TREE_MODEL(dialog->model), &iter, path); + gtk_tree_path_free(path); gtk_tree_model_get(GTK_TREE_MODEL(dialog->model), &iter, COLUMN_DATA, &account, -1); if ((account != NULL) && (event->button == 1) &&