mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Hide forms before discarding them.
This commit is contained in:
parent
a317365eb2
commit
75f8968ee7
1 changed files with 1 additions and 0 deletions
|
@ -1831,6 +1831,7 @@ form_dealloc(f)
|
||||||
formobject *f;
|
formobject *f;
|
||||||
{
|
{
|
||||||
releaseobjects(f->ob_form);
|
releaseobjects(f->ob_form);
|
||||||
|
fl_hide_form(f->ob_form);
|
||||||
fl_free_form(f->ob_form);
|
fl_free_form(f->ob_form);
|
||||||
DEL(f);
|
DEL(f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue