Ignore:
Timestamp:
11/25/21 18:25:19 (3 years ago)
Author:
ymipsl
Message:

tracking memory leak : remove context and all related object from object factory when context is finalized.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp

    r2260 r2265  
    252252      if (context_->eventLoop()) 
    253253      { 
     254        info(100)<<"Remove context server with id "<<context_->getId()<<endl ; 
     255        CContext::removeContext(context_->getId()) ; 
    254256        context_=nullptr ; 
    255257        // destroy context ??? --> later 
Note: See TracChangeset for help on using the changeset viewer.