rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall.
commit8caa325eb7e5225a042622d8f8199adb1aa488a1
authorDan Hipschman <dsh@linux.ucla.edu>
Fri, 2 Nov 2007 22:22:47 +0000 (2 15:22 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Nov 2007 12:24:36 +0000 (5 13:24 +0100)
tree9b7470d154063a6dd1ac2afd02a1c44db621f5fb
parenteaffc0a0da2b1fbf6074235749eada78956e2f39
rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall.

This patch initializes allocated pointers in PointerUnmarshall since later
code checks the value for NULL (specifically, NdrConformantArrayUnmarshall).
dlls/rpcrt4/ndr_marshall.c