Changeset 16573


Ignore:
Timestamp:
10/29/13 11:55:59 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed memory leaks

File:
1 edited

Legend:

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

    r16535 r16573  
    28042804                this->nodes[indices[i]]->ApplyConstraint(1,value);
    28052805        }
     2806        delete gauss;
    28062807
    28072808}
     
    28262827                this->nodes[indices[i]]->ApplyConstraint(1,value);
    28272828        }
     2829        delete gauss;
    28282830
    28292831}
Note: See TracChangeset for help on using the changeset viewer.