mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
testborderdrawing: Don't crash on exit
This commit is contained in:
parent
8870ec5e7b
commit
9c8bceb691
@ -170,6 +170,4 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
while (!done)
|
while (!done)
|
||||||
g_main_context_iteration (NULL, TRUE);
|
g_main_context_iteration (NULL, TRUE);
|
||||||
|
|
||||||
gtk_window_destroy (GTK_WINDOW (window));
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user