Ignore:
Timestamp:
12/09/21 12:28:20 (3 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/manager/services.hpp

    r2260 r2274  
    2121    CService(MPI_Comm serviceComm, const std::string& poolId, const std::string& serviceId, const int& partitionId,  
    2222             int type, int nbPartitions) ; 
     23    ~CService() ; 
     24 
    2325    bool eventLoop(bool serviceOnly=false) ; 
    2426    void createContext(const std::string& poolId, const std::string& serviceId, const int& partitionId, const std::string& contextId) ; 
Note: See TracChangeset for help on using the changeset viewer.