March 20, 2026
1:33 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. -- v5: vbscript: Implement IActiveScriptError::GetSourceLineText. https://gitlab.winehq.org/wine/wine/-/merge_requests/10396