2010-01-29 13:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/dbfcdx/dbfcdx1.c
! fixed possible unreleased lock after last modification in SIXCDX -
many thanks to Mindaugas for the information
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-01-29 13:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rdd/dbfcdx/dbfcdx1.c
|
||||
! fixed possible unreleased lock after last modification in SIXCDX -
|
||||
many thanks to Mindaugas for the information
|
||||
|
||||
2010-01-28 18:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbqt/filelist.mk
|
||||
+ contrib/hbqt/THbpQtUI.prg
|
||||
|
||||
@@ -8434,9 +8434,9 @@ static HB_ERRCODE hb_cdxOrderInfo( CDXAREAP pArea, USHORT uiIndex, LPDBORDERINFO
|
||||
if( pKey )
|
||||
{
|
||||
fResult = hb_cdxTagKeyAdd( pTag, pKey );
|
||||
hb_cdxIndexUnLockWrite( pTag->pIndex );
|
||||
hb_cdxKeyFree( pKey );
|
||||
}
|
||||
hb_cdxIndexUnLockWrite( pTag->pIndex );
|
||||
}
|
||||
}
|
||||
#if !defined( HB_SIXCDX )
|
||||
@@ -8493,9 +8493,9 @@ static HB_ERRCODE hb_cdxOrderInfo( CDXAREAP pArea, USHORT uiIndex, LPDBORDERINFO
|
||||
if( pKey )
|
||||
{
|
||||
fResult = hb_cdxTagKeyDel( pTag, pKey );
|
||||
hb_cdxIndexUnLockWrite( pTag->pIndex );
|
||||
hb_cdxKeyFree( pKey );
|
||||
}
|
||||
hb_cdxIndexUnLockWrite( pTag->pIndex );
|
||||
}
|
||||
}
|
||||
#if !defined( HB_SIXCDX )
|
||||
|
||||
Reference in New Issue
Block a user