inspector: Plug another memory leak

Fixes: #3107
This commit is contained in:
Matthias Clasen 2020-09-01 13:06:20 -04:00
parent aaef9bec7f
commit 0e6eba3968

View File

@ -345,6 +345,8 @@ gtk_tree_model_css_node_finalize (GObject *object)
priv->root = NULL;
}
g_free (priv->column_types);
G_OBJECT_CLASS (gtk_tree_model_css_node_parent_class)->finalize (object);
}