mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Initialize pointer to null
svn path=/trunk/; revision=37978
This commit is contained in:
parent
2327d45c5a
commit
e27a1b6f47
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ static void test_PrivateObjectSecurity(void)
|
|||
{
|
||||
SECURITY_INFORMATION sec_info = OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION|DACL_SECURITY_INFORMATION|SACL_SECURITY_INFORMATION;
|
||||
SECURITY_DESCRIPTOR_CONTROL ctrl;
|
||||
PSECURITY_DESCRIPTOR sec;
|
||||
PSECURITY_DESCRIPTOR sec = NULL;
|
||||
DWORD dwDescSize;
|
||||
DWORD dwRevision;
|
||||
DWORD retSize;
|
||||
|
|
Loading…
Reference in a new issue