Changeset 25373


Ignore:
Timestamp:
08/11/20 05:00:03 (5 years ago)
Author:
bdef
Message:

BUG: memory leak fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Inputs2/Inputs2.cpp ΒΆ

    r25317 r25373  
    912912        /*Create it if necessary*/
    913913        if(this->inputs[id]){
    914                 int* tenp = xNew<int>(3);
    915914                if(this->inputs[id]->ObjectEnum()!=PentaInput2Enum) _error_("cannot add Element values to a "<<EnumToStringx(this->inputs[id]->ObjectEnum()));
    916915        }
Note: See TracChangeset for help on using the changeset viewer.