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/axis.cpp

    r2267 r2274  
    5959   } 
    6060   CATCH 
     61    
     62   void CAxis::releaseStaticAllocation(void) 
     63   { 
     64     transformationMapList_.clear() ; 
     65     CTransformation<CAxis>::unregisterAllTransformations() ; 
     66     CGridTransformationFactory<CAxis>::unregisterAllTransformations() ; 
     67   } 
    6168 
    6269   ///--------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.