fix stack leak in r302 that broke language changes

master
Colin Watson 16 years ago
parent aae923888b
commit 73f0e799c9

@ -260,7 +260,7 @@
dup .saved.areas .undef put
} if
% specific cleanup actions
window.current dup .type get
window.current .type get
dup t_xmenu eq { xmenu.cleanup } if
pop
% free input field memory

Loading…
Cancel
Save