mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fix csrss shutdown/cleanup
svn path=/trunk/; revision=13705
This commit is contained in:
parent
065eb0823f
commit
9eacf9de6f
1 changed files with 9 additions and 5 deletions
|
@ -819,6 +819,10 @@ IntGetWinStaObj(VOID)
|
|||
return NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
WinStaObj = NULL;
|
||||
}
|
||||
|
||||
return WinStaObj;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue