March 20, 2026
2:20 p.m.
Store a reference to vbscode_t in VBScriptError and compute the source line text on demand in GetSourceLineText. Also fix a memory leak in VBScriptError_Release by using clear_ei to free EXCEPINFO BSTRs. -- v4: vbscript: Implement IActiveScriptError::GetSourceLineText. https://gitlab.winehq.org/wine/wine/-/merge_requests/10396