mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
tests/testylecontext: Don't double-free widgetpath
This commit is contained in:
parent
f7d22fec7b
commit
8245374f9c
@ -113,7 +113,6 @@ test_path (void)
|
||||
gtk_widget_path_iter_clear_classes (path, 1);
|
||||
g_assert (!gtk_widget_path_iter_has_class (path, 1, "class1"));
|
||||
|
||||
gtk_widget_path_free (path2);
|
||||
|
||||
gtk_widget_path_free (path);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user