ntdll: Fix the use of oldSize in RtlReAllocateHeap as both the size of the old block...
commit10b38faf3adb42273084eb267fba20ab1704af27
authorRob Shearman <rob@codeweavers.com>
Wed, 20 Feb 2008 12:56:59 +0000 (20 12:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2008 11:55:49 +0000 (21 12:55 +0100)
treed6b4291ac8c671d1d73d598d179b44d526660610
parent8ee07d49aeb096f5f91eced1cb969633d0decc32
ntdll: Fix the use of oldSize in RtlReAllocateHeap as both the size of the old block and the number of bytes used in the old block.
dlls/ntdll/heap.c