Re: [PATCH v4 0/1] MR10505: vbscript: Implement Filter function.
April 8, 2026
1:12 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/global.c:
+ } + + SafeArrayUnaccessData(out_sa); + } + + SafeArrayUnaccessData(sa); + + if(res) { + V_VT(res) = VT_ARRAY|VT_VARIANT; + V_ARRAY(res) = out_sa; + }else { + SafeArrayDestroy(out_sa); + } + + SysFreeString(conv_search); + return S_OK; You could just remove it and share the code with done label.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10505#note_135530
14
Age (days ago)
14
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)