Revert "Fix memory leak in GtkTreeViewAccessible"

This reverts commit 7a411eb6dd.
This also makes gedit external tools manager to crash
This commit is contained in:
Ignacio Casal Quinteiro 2014-02-06 22:15:12 +01:00
parent e583e3ebce
commit 4238cc4b7b

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 = cell;
cell_info->cell = g_object_ref (cell);
cell_info->view = accessible;
g_object_set_qdata (G_OBJECT (cell),