Ignore:
Timestamp:
12/09/21 12:28:20 (2 years ago)
Author:
ymipsl
Message:

Tracking memory leak : release memory statically alocated

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp

    r2265 r2274  
    8282         /// Destructeur /// 
    8383         virtual ~CContext(void); 
     84 
     85         static void releaseStaticAllocation(void) ; 
    8486 
    8587         //--------------------------------------------------------- 
     
    229231        // Get context root 
    230232        static CContextGroup* getRoot(void); 
    231  
     233        
    232234        // Set current context 
    233235        static void setCurrent(const string& id); 
     
    329331         std::vector<std::string> primServerId_; 
    330332 
    331          CRegistry* registryIn ;    //!< input registry which is read from file 
    332          CRegistry* registryOut ;   //!< output registry which will be written into file at the finalize 
     333         CRegistry* registryIn=nullptr ;    //!< input registry which is read from file 
     334         CRegistry* registryOut=nullptr ;   //!< output registry which will be written into file at the finalize 
    333335 
    334336 
Note: See TracChangeset for help on using the changeset viewer.