diff -r 7fdc9a71d314 -r 8ad140f3dd41 memspy/Driver/Shared/MemSpyDriverObjectsInternal.h --- a/memspy/Driver/Shared/MemSpyDriverObjectsInternal.h Wed Sep 15 13:53:27 2010 +0300 +++ b/memspy/Driver/Shared/MemSpyDriverObjectsInternal.h Wed Oct 13 16:17:58 2010 +0300 @@ -33,7 +33,8 @@ { public: inline TMemSpyDriverInternalHeapRequestParameters() - : iTid(0), iRHeapVTable(0), iBuildFreeCellList(EFalse), iBuildAllocCellList(EFalse), iDebugAllocator(EFalse), iMasterInfo(NULL) + : iTid( 0 ), iRHeapVTable( 0 ), iBuildFreeCellList( EFalse ), iDebugAllocator( EFalse ), + iMasterInfo( NULL ) { } @@ -41,7 +42,6 @@ TUint iTid; TUint32 iRHeapVTable; TBool iBuildFreeCellList; - TBool iBuildAllocCellList; public: // Params IN or OUT (IN in User heap requests, OUT in Kernel heap requests) TBool iDebugAllocator;