I assume if you change

832     if (active_mainwin == NULL && !quitting) {

to

832     if (active_mainwin == NULL && active_win != NULL && !quitting) {

the issue is reliably fixed?

Reply via email to