19991111-05:39 GMT+1 Victor Szel <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
1999-11-11 04:58:23 +00:00
parent 1119705133
commit cf4aea1f7f

View File

@@ -361,7 +361,7 @@ void hb_xexit( void ) /* Deinitialize fixed memory subsystem */
hb_outerr( hb_consoleGetNewLine(), 0 ); hb_outerr( hb_consoleGetNewLine(), 0 );
for( ui = 1, pMemBlock = s_pFirstBlock; pMemBlock; pMemBlock = pMemBlock->pNextBlock ) for( ui = 1, pMemBlock = s_pFirstBlock; pMemBlock; pMemBlock = pMemBlock->pNextBlock )
HB_TRACE( HB_TR_ERROR, ( "block %i: size: %lu %s line %i", HB_TRACE( HB_TR_ERROR, ( "Block %i (size %lu) %s(%i)",
ui++, ui++,
pMemBlock->ulSize, pMemBlock->ulSize,
pMemBlock->szProcName, pMemBlock->szProcName,