secur32: Initialise more pointers in helper to NULL.
commit0d2a62315030ee17a50c78f83cfe7d84f3ffe573
authorRob Shearman <rob@codeweavers.com>
Fri, 25 Jan 2008 14:05:44 +0000 (25 14:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2008 10:10:54 +0000 (4 11:10 +0100)
tree161658da3ea57ce5ad1ff3ff38a0e5aa2227aadf
parent8a2125f9322bbee301c6cc1637f0a2a08a2fa143
secur32: Initialise more pointers in helper to NULL.

This is to avoid calling HeapFree on random pointers when
DeleteSecurityContext is called on a context that hasn't had a second
InitializeSecurityContext called on it, which would otherwise intialise
those pointers.
dlls/secur32/dispatcher.c