sysprof: fix ownership transfer of treelistrow

Fixes #92
This commit is contained in:
Christian Hergert
2023-08-28 12:20:27 -07:00
parent a3a2b02b0d
commit e6d9f7c849

View File

@ -303,8 +303,8 @@ make_descendant_root_action (GtkWidget *widget,
{
SysprofCallgraphView *self = (SysprofCallgraphView *)widget;
g_autoptr(SysprofCallgraphFrame) frame = NULL;
g_autoptr(GtkTreeListRow) row = NULL;
GtkSelectionModel *model;
GtkTreeListRow *row;
g_assert (SYSPROF_IS_CALLGRAPH_VIEW (self));