quit.c:edstop(): fix double Fclose() that results in panic()..
commit8d11571c6647566f56302deba5966ab80463f763
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Tue, 18 Feb 2014 12:31:51 +0000 (18 13:31 +0100)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Tue, 18 Feb 2014 12:58:00 +0000 (18 13:58 +0100)
tree54d99ac9a3e1830545795abdefbf8b950ead7e1c
parent0b3c10bb27186d805d19feb0c2098603421b42e4
quit.c:edstop(): fix double Fclose() that results in panic()..

SHIT: v14.6 has an oversight bug!!
When the mailbox to be quit()ted has grown we copy over to another
temporary, in which case we would Fclose(ibuf) twice -- because
v14.6 still calls panic() if popen.c:unregister_file() is called
with an unknown file argument even in !HAVE_DEBUG cases, this
results in a forced panic()!
quit.c