7 Feb
2023
7 Feb
'23
7:59 p.m.
While running in XCode's profiler, I noticed two memory leaks in `interp_redim_preserve`. After looking at `interp_redim`, the `bounds` structure is freed. I've updated `interp_redim_preserve` to free `bounds` when the array is NULL and not NULL. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2132