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/node/domain.cpp

    r2267 r2274  
    2525#include "grid_gatherer_connector.hpp" 
    2626#include "transformation_path.hpp" 
     27#include "grid_transformation_factory_impl.hpp" 
    2728 
    2829#include <algorithm> 
     
    6263   } 
    6364 
     65   void CDomain::releaseStaticAllocation(void) 
     66   { 
     67     transformationMapList_.clear() ; 
     68     CTransformation<CDomain>::unregisterAllTransformations() ; 
     69     CGridTransformationFactory<CDomain>::unregisterAllTransformations() ; 
     70   } 
    6471   ///--------------------------------------------------------------- 
    6572 
Note: See TracChangeset for help on using the changeset viewer.