proc xschem_quit: force close file_chooser if left open to prevent unfreed memory resources
This commit is contained in:
parent
346a9704df
commit
e537320e78
|
|
@ -9262,6 +9262,7 @@ proc quit_xschem { {force {}}} {
|
|||
|
||||
xschem new_schematic destroy_all $force
|
||||
xschem new_schematic switch .drw
|
||||
if {[winfo exists .ins]} { .ins.bottom.dismiss invoke }
|
||||
set remaining [xschem exit closewindow $force]
|
||||
return $remaining
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue