From 1d698b2bf5e870308fb23ea2bb907dc1dfa6bb6a Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Wed, 3 Jan 2001 01:08:10 +0000 Subject: [PATCH] 2000-01-02 17:10 UTC-0800 Ron Pinkas * source/compiler/genc.c * Minor correction. --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/genc.c | 1 + 2 files changed, 6 insertions(+) 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; }