Kaydet (Commit) 75f8968e authored tarafından Guido van Rossum's avatar Guido van Rossum

Hide forms before discarding them.

üst a317365e
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment