rpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.
commit62a1beebbf7165f947b7799ab53fbe0c56bd9d3b
authorRob Shearman <robertshearman@gmail.com>
Tue, 23 Sep 2008 12:31:54 +0000 (23 13:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Sep 2008 14:00:05 +0000 (23 16:00 +0200)
tree03e80634569f072831546971796b80b64a1bbb50
parent2f10cc5c2823bd9166ac83acb63a01c4b446de02
rpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.

The calls fail with ERROR_INVALID_PARAMETER. Instead just call with a
zero size which performs the intended function.
dlls/rpcrt4/cstub.c