mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
Fix memory leak in GtkTreeViewAccessible
https://bugzilla.gnome.org/show_bug.cgi?id=722030
This commit is contained in:
parent
d0787765bc
commit
7a411eb6dd
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user