Changeset 17981


Ignore:
Timestamp:
05/12/14 13:27:11 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed some memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

    r17956 r17981  
    10471047        delete gauss;
    10481048        delete friction;
     1049        xDelete<int>(pairindices);
    10491050        xDelete<IssmDouble>(enthalpy);
    10501051        xDelete<IssmDouble>(pressure);
     
    10541055        xDelete<IssmDouble>(heating);
    10551056        xDelete<IssmDouble>(xyz_list);
     1057        xDelete<IssmDouble>(xyz_list_base);
    10561058}/*}}}*/
    10571059void EnthalpyAnalysis::DrainWaterfractionIcecolumn(Element* element){/*{{{*/
Note: See TracChangeset for help on using the changeset viewer.