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/node/context.hpp

    r2209 r2265  
    246246        static void ShowTree(StdOStream & out = std::clog); 
    247247        static void CleanTree(void); 
     248        static void removeContext(const std::string& contextId); 
     249        static void removeAllContexts(void) ; 
    248250        int getServiceType(void) {return serviceType_;} 
    249251 
Note: See TracChangeset for help on using the changeset viewer.