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

    r2230 r2274  
    7070  CEventScheduler::~CEventScheduler() 
    7171  { 
    72  
     72    while (!pendingSentParentRequest.empty() || !pendingRecvParentRequest.empty() || !pendingRecvChildRequest.empty() ||  !pendingSentChildRequest.empty()) 
     73    { 
     74      checkEvent() ; 
     75    }  
    7376  }  
    7477 
Note: See TracChangeset for help on using the changeset viewer.