diff --git a/testsuite/gtk/stylecontext.c b/testsuite/gtk/stylecontext.c index a32f1047cd..e12b1ae089 100644 --- a/testsuite/gtk/stylecontext.c +++ b/testsuite/gtk/stylecontext.c @@ -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); }