Revert "Fix memory leak in GtkTreeViewAccessible"
This reverts commit 7a411eb6dd.
This also makes gedit external tools manager to crash
This commit is contained in:
@ -1442,7 +1442,7 @@ cell_info_new (GtkTreeViewAccessible *accessible,
|
|||||||
cell_info->tree = tree;
|
cell_info->tree = tree;
|
||||||
cell_info->node = node;
|
cell_info->node = node;
|
||||||
cell_info->cell_col_ref = tv_col;
|
cell_info->cell_col_ref = tv_col;
|
||||||
cell_info->cell = cell;
|
cell_info->cell = g_object_ref (cell);
|
||||||
cell_info->view = accessible;
|
cell_info->view = accessible;
|
||||||
|
|
||||||
g_object_set_qdata (G_OBJECT (cell),
|
g_object_set_qdata (G_OBJECT (cell),
|
||||||
|
|||||||
Reference in New Issue
Block a user