Fix memory leak in GtkTreeViewAccessible

https://bugzilla.gnome.org/show_bug.cgi?id=722030
This commit is contained in:
John Lindgren 2014-01-12 07:07:00 +00:00 committed by Matthias Clasen
parent d0787765bc
commit 7a411eb6dd

View File

@ -1442,7 +1442,7 @@ cell_info_new (GtkTreeViewAccessible *accessible,
cell_info->tree = tree;
cell_info->node = node;
cell_info->cell_col_ref = tv_col;
cell_info->cell = g_object_ref (cell);
cell_info->cell = cell;
cell_info->view = accessible;
g_object_set_qdata (G_OBJECT (cell),