From 8ed0a85e06f5e72967a32102ea6f4e2c10240abd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 10 Nov 1999 22:36:07 +0000 Subject: [PATCH] 19991110-23:20 GMT+1 Victor Szel --- harbour/source/rtl/fm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/rtl/fm.c b/harbour/source/rtl/fm.c index 398e57ed80..7bf24cbc97 100644 --- a/harbour/source/rtl/fm.c +++ b/harbour/source/rtl/fm.c @@ -358,7 +358,6 @@ void hb_xexit( void ) /* Deinitialize fixed memory subsystem */ #ifdef HB_FM_STATISTICS if( s_lMemoryBlocks || hb_cmdargCheck( "INFO" ) ) { - PHB_MEMINFO pMemBlock = s_pFirstBlock; char buffer[ 100 ]; hb_outerr( hb_consoleGetNewLine(), 0 ); @@ -374,8 +373,9 @@ void hb_xexit( void ) /* Deinitialize fixed memory subsystem */ hb_outerr( buffer, 0 ); } - if( pMemBlock ) + if( s_pFirstBlock ) { + PHB_MEMINFO pMemBlock = s_pFirstBlock; USHORT ui = 1; do