diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-05 08:18:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-05 08:19:07 -0400 |
commit | 9c8bceb69132f1cc7b53bc99d5a53a493dcd7e17 (patch) | |
tree | 871e72f64502de6519c25fc0ebe7c635f407eb03 /tests | |
parent | 8870ec5e7b82ead673876c8021fa62ce56db6216 (diff) | |
download | gtk+-9c8bceb69132f1cc7b53bc99d5a53a493dcd7e17.tar.gz |
testborderdrawing: Don't crash on exit
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testborderdrawing.c | 2 |
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)); } |