Changeset 16496


Ignore:
Timestamp:
Oct 21, 2013, 8:11:28 PM (13 years ago)
Author:
Eric.Larour
Message:

CHG: fixed leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/IoModel.cpp

    r16391 r16496  
    9393
    9494        /*Some checks in debugging mode*/
    95         #ifdef _ISSM_DEBUG_
    9695        if(this->data){
    9796                for(int i=0;i<MaximumNumberOfDefinitionsEnum;i++){
    … …  
    103102                }
    104103        }
    105         #endif
    106104
    107105        if(this->constants) delete this->constants;
Note: See TracChangeset for help on using the changeset viewer.