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 dup .saved.areas .undef put
} if } if
% specific cleanup actions % specific cleanup actions
window.current dup .type get window.current .type get
dup t_xmenu eq { xmenu.cleanup } if dup t_xmenu eq { xmenu.cleanup } if
pop pop
% free input field memory % free input field memory

Loading…
Cancel
Save