From 6146ce21babc35dc35a66e3089827686c147aaf7 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 3 Mar 2002 19:47:58 +0000 Subject: [PATCH] no message svn path=/trunk/; revision=2667 --- reactos/ntoskrnl/mm/section.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index 2c24ab90c75..8d1fa46939b 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * 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 * FILE: ntoskrnl/mm/section.c @@ -1519,7 +1519,7 @@ MmpCloseSection(PVOID ObjectBody, ULONG HandleCount) { DPRINT("MmpCloseSection(OB %x, HC %d) RC %d\n", - ObjectBody, HandleCount, ObGetReferenceCount(ObjectBody)); + ObjectBody, HandleCount, ObGetObjectPointerCount(ObjectBody)); }