oleaut32: Initialise BSTR pointer to NULL in VARIANT_UserUnmarshal.
commita963fd62854d66af4c1626836934b6c229eff64f
authorRobert Shearman <rob@codeweavers.com>
Tue, 18 Apr 2006 10:56:14 +0000 (18 11:56 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Apr 2006 14:48:48 +0000 (18 16:48 +0200)
tree131a7c59b08e1f2e5aa994f319589fbcbc82c676
parent7ca82cd6d27a509510c1b092474863bcb17c41c7
oleaut32: Initialise BSTR pointer to NULL in VARIANT_UserUnmarshal.

Initialise BSTR pointer to NULL before calling BSTR_UserUnmarshal,
otherwise BSTR_UserUnmarshal will try to use the memory in the
pointer.
dlls/oleaut32/usrmarshal.c