Destroy widgets to reveal leaks.

2004-03-09  Morten Welinder  <terra@gnome.org>

	* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
This commit is contained in:
Morten Welinder 2004-03-09 15:42:55 +00:00 committed by Morten Welinder
parent da4be27813
commit bf4ca3064f
6 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-03-09 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Tue Mar 9 02:11:50 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkmenu.c Fix bug 136446.

View File

@ -1,3 +1,7 @@
2004-03-09 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Tue Mar 9 02:11:50 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkmenu.c Fix bug 136446.

View File

@ -1,3 +1,7 @@
2004-03-09 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Tue Mar 9 02:11:50 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkmenu.c Fix bug 136446.

View File

@ -1,3 +1,7 @@
2004-03-09 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Tue Mar 9 02:11:50 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkmenu.c Fix bug 136446.

View File

@ -1,3 +1,7 @@
2004-03-09 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
Tue Mar 9 02:11:50 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkmenu.c Fix bug 136446.

View File

@ -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;
}