15 Apr
2023
15 Apr
'23
1:20 p.m.
Without this patch the memory pointed to by context->in_buff gets leaked on each call to GetVolumeInformationByHandleW and the memory usage of winedevice.exe grows. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52322 -- v3: ntoskrnl: Do not leak memory by setting input buffer to NULL. https://gitlab.winehq.org/wine/wine/-/merge_requests/2439