mirror of https://github.com/python/cpython
Hide forms before discarding them.
This commit is contained in:
parent
a317365eb2
commit
75f8968ee7
|
@ -1831,6 +1831,7 @@ form_dealloc(f)
|
|||
formobject *f;
|
||||
{
|
||||
releaseobjects(f->ob_form);
|
||||
fl_hide_form(f->ob_form);
|
||||
fl_free_form(f->ob_form);
|
||||
DEL(f);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue