mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
WinStaObj = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
return WinStaObj;
|
return WinStaObj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue