summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-16 21:25:38 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-18 00:34:41 +0200
commit8245374f9cf5327f2216b8df1de07a14e9d8e6c5 (patch)
treeaa75a00dfa4cb6b5a6dc5b6a5d9ebb07db4214c3 /testsuite
parentf7d22fec7be9f3a566bce9c285289dc22f123abc (diff)
downloadgtk+-8245374f9cf5327f2216b8df1de07a14e9d8e6c5.tar.gz
tests/testylecontext: Don't double-free widgetpath
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gtk/stylecontext.c1
1 files changed, 0 insertions, 1 deletions
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);
}