mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Dereference the process object in W32kCleanupForProcess.
svn path=/trunk/; revision=4869
This commit is contained in:
parent
39c92c6522
commit
a47b482b97
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
/*
|
||||
* GDIOBJ.C - GDI object manipulation routines
|
||||
*
|
||||
* $Id: gdiobj.c,v 1.27 2003/06/06 10:17:44 gvg Exp $
|
||||
* $Id: gdiobj.c,v 1.28 2003/06/07 12:37:01 hbirr Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -619,6 +619,7 @@ BOOL STDCALL W32kCleanupForProcess(INT Pid)
|
|||
}
|
||||
|
||||
KeDetachProcess();
|
||||
ObDereferenceObject(Process);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue