rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.
commit19fad8e71032707cb036239f69f085e1b0249d01
authorRobert Shearman <rob@codeweavers.com>
Fri, 19 May 2006 15:03:13 +0000 (19 16:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 20 May 2006 15:36:42 +0000 (20 17:36 +0200)
tree035f28d798002db26c389c42939e815166956751
parent87ecf526b3444f3fb3ccfa1b7f4f97df6550c35c
rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.

Call it with fMustAlloc set to TRUE instead to achieve the same result
without side-effects.
dlls/rpcrt4/ndr_marshall.c