Once more !

This commit is contained in:
Eddie Runia
1999-05-15 12:57:10 +00:00
parent f48c8e5a11
commit f0bfe58e32
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19990514-13:55 CET Eddie Runia
* source/rtl/classes.c
Unreleased memory block in inline resolved. AGAIN !
19990515-13:40 CET Eddie Runia
* source/rtl/classes.c
CVS Just deleted another upload !!!!

View File

@@ -185,6 +185,8 @@ static HARBOUR EvalInline( void )
for( w = 1; w <= _pcount(); w++ )
Push( _param( w, IT_ANY ) );
Do( _pcount() + 1 ); /* Self is also an argument */
ItemRelease( &bBlock ); /* Release block */
}
static HARBOUR Virtual( void )