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:
Przemyslaw Czerpak
2008-05-29 23:36:06 +00:00
parent f5043f6a64
commit c5630e1eb6
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -467,6 +467,7 @@ HB_FUNC( FILEDELETE )
}
while( hb_fsFindNext( ffind ) );
hb_xfree( pFilepath );
hb_fsFindClose( ffind );
}
if( fFree )