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/server_context.hpp

    r2260 r2274  
    1919                  const int& partitionId, const std::string& contextId) ; 
    2020    ~CServerContext() ; 
     21    static void releaseStaticAllocation(void) { overlapedComm_.clear() ;} 
    2122 
    2223    bool createIntercomm(const string& poolId, const string& serviceId, const int& partitionId, const string& contextId,  
Note: See TracChangeset for help on using the changeset viewer.