mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
ad51dcb5af
The memory leak was due to wrong parameters passed into VirtualFree() call. So, the call fails with Windows error 87. MEM_DECOMMIT can NOT be used along with MEM_RELEASE. And if the parameter is MEM_RELEASE, the size parameter must be 0. The function frees the entire region that is reserved in the initial allocation call to VirtualAlloc. This issue was introduced by r984. Approved by: Heikki (on IM) |
||
---|---|---|
.. | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |