1
0
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:
Witold Filipczyk 2023-01-21 09:06:33 +01:00
parent 079f91a344
commit fc3fdaa665

View File

@ -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