Hi

Viktor Szakáts wrote:
> 
> Now I'm getting crash on exit using MinGW + Win7.
> 

demoxbp.exe ?
And crash at what point? On exit ? If yes, then it is possibly that 

HbDbfModel::~HbDbfModel( void )
{
   hb_itemRelease( block );
   destroy();
}

needs some overhaul. What I think is that - hb_itemRelease( block ); -
has to be guarded in someway, but what, I am unable to figure out.
Przemek can shed light on this aspect.

NOTE: Bisz István had disabled it to avoid crashes, but I enabled it 
         because, otherwise, hb_out.log was containing a long list of 
         unfreed memory blocks.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12868--trunk-harbour-tp26346347p26347229.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to