| commit | 0d2a62315030ee17a50c78f83cfe7d84f3ffe573 | [log] [tgz] |
|---|---|---|
| author | Rob Shearman <rob@codeweavers.com> | Fri Jan 25 14:05:44 2008 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 04 11:10:54 2008 +0100 |
| tree | 161658da3ea57ce5ad1ff3ff38a0e5aa2227aadf | |
| parent | 8a2125f9322bbee301c6cc1637f0a2a08a2fa143 [diff] |
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.