]> granicus.if.org Git - gc/commit
Fix dwSize argument of VirtualFree call in detect_GetWriteWatch (Win32)
authorIvan Maidanski <ivmai@mail.ru>
Sun, 23 Dec 2012 12:13:45 +0000 (16:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 23 Dec 2012 12:13:45 +0000 (16:13 +0400)
commit4a271a487d2eea7b19ae9c473fcd2d12e5492b18
treece2daebc14be7a4481b6e754dd9ea065cf967220
parent332900a5542796a327a4b899042847095d9b7cc1
Fix dwSize argument of VirtualFree call in detect_GetWriteWatch (Win32)

* os_dep.c (detect_GetWriteWatch): Pass 0 (instead of GC_page_size)
to Win32 VirtualFree if GWW_VDB (dwSize must be 0 if MEM_RELEASE
according to MSDN).
os_dep.c