Dereference process object.

svn path=/trunk/; revision=13788
This commit is contained in:
James Tabor 2005-03-01 06:34:16 +00:00
parent 95957e5826
commit d81708951e

View file

@ -854,8 +854,12 @@ QSI_DEF(SystemHandleInformation)
if (curSize > Size)
{
*ReqSize = curSize;
DPRINT1("SystemHandleInformation 2\n");
*ReqSize = curSize;
if (pr != NULL)
{
ObDereferenceObject(pr);
}
return (STATUS_INFO_LENGTH_MISMATCH);
}