diff --git a/src/sysprof/sysprof-callgraph-view.c b/src/sysprof/sysprof-callgraph-view.c index ccd187c5..cd3a208b 100644 --- a/src/sysprof/sysprof-callgraph-view.c +++ b/src/sysprof/sysprof-callgraph-view.c @@ -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));