mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
no message
svn path=/trunk/; revision=2667
This commit is contained in:
parent
d4186cf428
commit
6146ce21ba
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: section.c,v 1.78 2002/02/27 01:12:26 dwelch Exp $
|
/* $Id: section.c,v 1.79 2002/03/03 19:47:58 ekohl Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/mm/section.c
|
* FILE: ntoskrnl/mm/section.c
|
||||||
|
@ -1519,7 +1519,7 @@ MmpCloseSection(PVOID ObjectBody,
|
||||||
ULONG HandleCount)
|
ULONG HandleCount)
|
||||||
{
|
{
|
||||||
DPRINT("MmpCloseSection(OB %x, HC %d) RC %d\n",
|
DPRINT("MmpCloseSection(OB %x, HC %d) RC %d\n",
|
||||||
ObjectBody, HandleCount, ObGetReferenceCount(ObjectBody));
|
ObjectBody, HandleCount, ObGetObjectPointerCount(ObjectBody));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue