summaryrefslogtreecommitdiff
path: root/tests/testfilechooser.c
diff options
context:
space:
mode:
authorMorten Welinder <terra@gnome.org>2004-03-09 15:42:55 +0000
committerMorten Welinder <mortenw@src.gnome.org>2004-03-09 15:42:55 +0000
commitbf4ca3064f68db03d63467fcfaf3722720889210 (patch)
tree09729ac1dfe4c02b170ab6da96fff837f25f1230 /tests/testfilechooser.c
parentda4be278135346213172f654283fed426faf879e (diff)
downloadgtk+-bf4ca3064f68db03d63467fcfaf3722720889210.tar.gz
Destroy widgets to reveal leaks.
2004-03-09 Morten Welinder <terra@gnome.org> * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r--tests/testfilechooser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c
index 8d27cbd0cb..245c4b7ad6 100644
--- a/tests/testfilechooser.c
+++ b/tests/testfilechooser.c
@@ -526,5 +526,9 @@ main (int argc, char **argv)
gtk_main ();
+ gtk_widget_destroy (control_window);
+ gtk_widget_destroy (prop_editor);
+ gtk_widget_destroy (dialog);
+
return 0;
}