1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

bug 755: attempt to fix this bug.

This commit is contained in:
Witold Filipczyk 2007-05-21 12:50:27 +02:00 committed by Witold Filipczyk
parent f70e438820
commit 08cab91214

View File

@ -148,6 +148,7 @@ ecmascript_put_interpreter(struct ecmascript_interpreter *interpreter)
if (interpreter->vs->doc_view)
kill_timeouts(interpreter->vs->doc_view->document);
interpreter->vs->ecmascript = NULL;
interpreter->vs->ecmascript_fragile = 1;
mem_free(interpreter);
}