2002-08-08 00:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbcmd.c
* source/rdd/dbf1.c
! minor change to previous fix in dbCloseArea
This commit is contained in:
@@ -479,7 +479,7 @@ ERRCODE hb_rddInherit( PRDDFUNCS pTable, PRDDFUNCS pSubTable, PRDDFUNCS pSuperTa
|
||||
void hb_rddReleaseCurrentArea( void )
|
||||
{
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_rddReleaseCurrentArea()"));
|
||||
SELF_FORCEREL( ( AREAP ) s_pCurrArea->pArea );
|
||||
// SELF_FORCEREL( ( AREAP ) s_pCurrArea->pArea );
|
||||
SELF_CLOSE( ( AREAP ) s_pCurrArea->pArea );
|
||||
SELF_RELEASE( ( AREAP ) s_pCurrArea->pArea );
|
||||
|
||||
|
||||
@@ -1404,6 +1404,8 @@ ERRCODE hb_dbfSetFieldExtent( DBFAREAP pArea, USHORT uiFieldExtent )
|
||||
ERRCODE hb_dbfClose( DBFAREAP pArea )
|
||||
{
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_dbfClose(%p)", pArea));
|
||||
/* Reset parent rel struct */
|
||||
pArea->lpdbPendingRel = NULL;
|
||||
|
||||
SUPER_CLOSE( ( AREAP ) pArea );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user