diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-16 21:25:38 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-18 00:34:41 +0200 |
commit | 8245374f9cf5327f2216b8df1de07a14e9d8e6c5 (patch) | |
tree | aa75a00dfa4cb6b5a6dc5b6a5d9ebb07db4214c3 /testsuite | |
parent | f7d22fec7be9f3a566bce9c285289dc22f123abc (diff) | |
download | gtk+-8245374f9cf5327f2216b8df1de07a14e9d8e6c5.tar.gz |
tests/testylecontext: Don't double-free widgetpath
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/gtk/stylecontext.c | 1 |
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); } |