summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-05 08:18:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-05 08:19:07 -0400
commit9c8bceb69132f1cc7b53bc99d5a53a493dcd7e17 (patch)
tree871e72f64502de6519c25fc0ebe7c635f407eb03 /tests
parent8870ec5e7b82ead673876c8021fa62ce56db6216 (diff)
downloadgtk+-9c8bceb69132f1cc7b53bc99d5a53a493dcd7e17.tar.gz
testborderdrawing: Don't crash on exit
Diffstat (limited to 'tests')
-rw-r--r--tests/testborderdrawing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testborderdrawing.c b/tests/testborderdrawing.c
index fa5b3125af..e78f324940 100644
--- a/tests/testborderdrawing.c
+++ b/tests/testborderdrawing.c
@@ -170,6 +170,4 @@ main (int argc, char **argv)
while (!done)
g_main_context_iteration (NULL, TRUE);
-
- gtk_window_destroy (GTK_WINDOW (window));
}