source: issm/oecreview/Archive/24307-24683/ISSM-24628-24629.diff@ 24684

Last change on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 448 bytes
  • ../trunk-jpl/src/c/classes/FemModel.cpp

     
    25182518                }
    25192519        }
    25202520
     2521        /*Clean up*/
     2522        for(int i=0;i<numonnodes;i++) xDelete<char>(resultsonnodes[i]);
     2523        xDelete<char*>(resultsonnodes);
     2524
    25212525        /*Assign pointer and clean up*/
    25222526        *presults = results;
    25232527}
Note: See TracBrowser for help on using the repository browser.