Feb. 7, 2023
7:35 p.m.
While running in XCode's profiler, I noticed a memory leak in `Global_Split`. When the strings are being copied into the SafeArray, the `BSTR` is not freed after `VariantCopyInd`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2131