2000-01-02 17:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/genc.c
* Minor correction.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user