diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2cfd8da139..8fb8a6dd95 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + ! restore original copy as it caused memory leak in Windows OS + as reported by Sid 'Saylor'. Now hb_xgrab() problem when running + hbtest.exe which compiled with -DHB_FMSTATISTICS_OFF ( harbour.exe + and libraries were also compiled with the same switch ) remains open :( 2002-01-03 00:40 UTC-0300 Luiz Rafael Culik diff --git a/harbour/source/compiler/cmdcheck.c b/harbour/source/compiler/cmdcheck.c index 26f430110f..6eea9696df 100644 --- a/harbour/source/compiler/cmdcheck.c +++ b/harbour/source/compiler/cmdcheck.c @@ -106,10 +106,6 @@ static ULONG PackDateTime( void ) void hb_compChkCompilerSwitch( int iArg, char * Args[] ) { - /* Generates implicit startup procedure - */ - hb_comp_bStartProc = TRUE; - /* If iArg is passed check the command line options */ if( iArg ) {