JS-054 MED: jabc error-exit paths leak the whole JS context

main()'s script-file failure paths return directly, bypassing the JABCPolUninstall/JSClose/JABCioUninstall/u8bUnMap teardown the success path runs — so the entire JS context built by JSInit/JABCInstallModules leaks (LSan: 95 objects / 2358 B from JSC bmalloc). Sibling of JS-007, which fixed the read's correctness but not the leak on its failure paths. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome