[gtk+/wip/baedert/box: 25/30] tests/testylecontext: Don't double-free widgetpath
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box: 25/30] tests/testylecontext: Don't double-free widgetpath
- Date: Mon, 17 Oct 2016 15:23:56 +0000 (UTC)
commit 50ac5b75e3940a5b628ef564bec1fdb66aec3101
Author: Timm Bäder <mail baedert org>
Date: Sun Oct 16 21:25:38 2016 +0200
tests/testylecontext: Don't double-free widgetpath
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 8df88a8..401307a 100644
--- a/testsuite/gtk/stylecontext.c
+++ b/testsuite/gtk/stylecontext.c
@@ -120,7 +120,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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]