• Rob Shearman's avatar
    secur32: Initialise more pointers in helper to NULL. · 0d2a6231
    Rob Shearman authored
    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.
    0d2a6231
dispatcher.c 8.75 KB