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:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user