1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -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 Kalle Olavi Niemitalo
parent 33242f9375
commit 984613ade1

View File

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