# HG changeset patch # User Mark Doliner # Date 1109445627 0 # Node ID 5564a3066387e674c943861647867ba6676b85ad # Parent 43ab987a0222875564317451d3e0902b787ac308 [gaim-migrate @ 12149] Stu pointed this out! committer: Tailor Script diff -r 43ab987a0222 -r 5564a3066387 src/gtkaccount.c --- 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) &&