Mercurial > pidgin.yaz
changeset 10641:5564a3066387
[gaim-migrate @ 12149]
Stu pointed this out!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 26 Feb 2005 19:20:27 +0000 |
parents | 43ab987a0222 |
children | 0376d4c84b9f |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) &&