mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
da4be27813
commit
bf4ca3064f
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user