mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[quickjs] compilation fix
This commit is contained in:
parent
079f91a344
commit
fc3fdaa665
@ -136,7 +136,6 @@ quickjs_put_interpreter(struct ecmascript_interpreter *interpreter)
|
||||
ctx = (JSContext *)interpreter->backend_data;
|
||||
JS_FreeContext(ctx);
|
||||
interpreter->backend_data = nullptr;
|
||||
interpreter->ac = nullptr;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user