Ignore:
Timestamp:
11/25/21 18:25:19 (2 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/interface/c/icdata.cpp

    r2243 r2265  
    135135     CContext* context = CContext::getCurrent(); 
    136136     context->finalize(); 
     137     CContext::removeContext(context->getId()) ; 
    137138     CTimer::get("XIOS context finalize").suspend(); 
    138139     CTimer::get("XIOS").suspend(); 
Note: See TracChangeset for help on using the changeset viewer.