summaryrefslogtreecommitdiff
path: root/tests/testfilechooser.c
diff options
context:
space:
mode:
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;
}