[MSV1_0]
[reactos.git] / reactos / dll / win32 / msv1_0 / msv1_0.c
index c279b01..90a43d3 100644 (file)
@@ -540,7 +540,7 @@ BuildTokenPrivileges(PTOKEN_PRIVILEGES *TokenPrivileges)
 
 done:
     if (PolicyHandle != NULL)
-        LsarClose(PolicyHandle);
+        LsarClose(&PolicyHandle);
 
     return Status;
 }