tests/testylecontext: Don't double-free widgetpath

This commit is contained in:
Timm Bäder 2016-10-16 21:25:38 +02:00 committed by Benjamin Otte
parent f7d22fec7b
commit 8245374f9c

View File

@ -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);
}