March 20, 2026
1:05 p.m.
Extract the error source line in report_script_error() and store it in VBScriptError so that GetSourceLineText can return it. Also fix a memory leak in VBScriptError_Release where EXCEPINFO BSTRs were not freed. -- v3: vbscript: Implement IActiveScriptError::GetSourceLineText. https://gitlab.winehq.org/wine/wine/-/merge_requests/10396