2008-05-30 01:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/files.c
! fixed memory leak in FILEDELETE() reported by Ed - thanks.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-05-30 01:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbct/files.c
|
||||
! fixed memory leak in FILEDELETE() reported by Ed - thanks.
|
||||
|
||||
2008-05-30 00:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/estack.c
|
||||
* declare hb_stack as static variable when HB_STACK_MACROS is
|
||||
|
||||
@@ -467,6 +467,7 @@ HB_FUNC( FILEDELETE )
|
||||
}
|
||||
while( hb_fsFindNext( ffind ) );
|
||||
|
||||
hb_xfree( pFilepath );
|
||||
hb_fsFindClose( ffind );
|
||||
}
|
||||
if( fFree )
|
||||
|
||||
Reference in New Issue
Block a user