call errlogFlush() in ~cac

This commit is contained in:
Jeff Hill
2002-07-09 20:42:35 +00:00
parent 44da71edfc
commit 720283754d

View File

@@ -264,6 +264,8 @@ cac::~cac ()
this->timerQueue.release ();
errlogFlush ();
// its ok for channels and subscriptions to still
// exist at this point. The user created them and
// its his responsibility to clean them up.
@@ -1456,8 +1458,8 @@ void cac::vSignal ( int ca_status, const char *pfilenm,
*/
if( ! ( ca_status & CA_M_SUCCESS ) &&
CA_EXTRACT_SEVERITY ( ca_status ) != CA_K_WARNING ){
errlogFlush();
abort();
errlogFlush ();
abort ();
}
this->printf ( "..................................................................\n" );