netdevaid: port to GTK 4

This commit is contained in:
Christian Hergert
2021-10-01 10:21:13 -07:00
parent 556799bc2a
commit 5f63a1b859

View File

@ -242,7 +242,7 @@ sysprof_netdev_aid_present_finish (SysprofAid *aid,
if (counters->len > 0) if (counters->len > 0)
sysprof_display_add_group (present->display, group); sysprof_display_add_group (present->display, group);
else else
gtk_widget_destroy (GTK_WIDGET (group)); g_object_unref (group);
} }
return counters != NULL; return counters != NULL;