2012-04-20 08:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/src/common/hbffind.c
    ! fixed stupid typo in my previous commit which caused
      memory and resource leak
This commit is contained in:
Przemyslaw Czerpak
2012-04-20 06:15:11 +00:00
parent 1e4b18564f
commit 9e7977556f
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-04-20 08:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/common/hbffind.c
! fixed stupid typo in my previous commit which caused
memory and resource leak
2012-04-19 12:15 UTC+0200 Viktor Szakats (harbour syenar.net)
* include/hbapicdp.h
* src/rtl/hbregex.c

View File

@@ -894,7 +894,7 @@ void hb_fsFindClose( PHB_FFIND ffind )
{
PHB_FFIND_INFO info = ( PHB_FFIND_INFO ) ffind->info;
if( ffind->bFirst )
if( !ffind->bFirst )
{
hb_vmUnlock();