diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c7615dec42..8a2b11b12f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-01-02 17:10 UTC-0800 Ron Pinkas + + * source/compiler/genc.c + * Minor correction. + 2000-01-02 10:00 UTC-0800 Ron Pinkas * source/compiler/harbour.l diff --git a/harbour/source/compiler/genc.c b/harbour/source/compiler/genc.c index 8e8f4ce3a8..d8b484799e 100644 --- a/harbour/source/compiler/genc.c +++ b/harbour/source/compiler/genc.c @@ -264,6 +264,7 @@ void hb_compGenCCode( PHB_FNAME pFileName ) /* generates the C language ou while( pInline ) { hb_comp_inlines.pFirst = pInline->pNext; + hb_xfree( ( void * ) pInline->pCode ); hb_xfree( ( void * ) pInline ); /* NOTE: szName will be released by hb_compSymbolKill() */ pInline = hb_comp_inlines.pFirst; }