diff options
author | Morten Welinder <terra@gnome.org> | 2004-03-09 15:42:55 +0000 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2004-03-09 15:42:55 +0000 |
commit | bf4ca3064f68db03d63467fcfaf3722720889210 (patch) | |
tree | 09729ac1dfe4c02b170ab6da96fff837f25f1230 /tests/testfilechooser.c | |
parent | da4be278135346213172f654283fed426faf879e (diff) | |
download | gtk+-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.c | 4 |
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; } |