March 20, 2026
9:03 p.m.
Store a reference to vbscode_t in VBScriptError and compute the source line text on demand in GetSourceLineText. Only store the source reference for compile errors, not runtime errors, matching native behavior. Also fix a memory leak in VBScriptError_Release by using clear_ei to free EXCEPINFO BSTRs. -- v7: vbscript: Implement IActiveScriptError::GetSourceLineText. https://gitlab.winehq.org/wine/wine/-/merge_requests/10396