2000-01-02 17:10 UTC-0800 Ron Pinkas <ron@profit-master.com>

* source/compiler/genc.c
     * Minor correction.
This commit is contained in:
Ron Pinkas
2001-01-03 01:08:10 +00:00
parent db79a72304
commit 1d698b2bf5
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-01-02 17:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/genc.c
* Minor correction.
2000-01-02 10:00 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.l

View File

@@ -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;
}