Changeset 18852


Ignore:
Timestamp:
11/25/14 11:44:13 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed memory leak

File:
1 edited

Legend:

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

    r18832 r18852  
    18751875        }
    18761876
    1877 
    18781877        /*Assemble and serialize*/
    18791878        active->Assemble();
     
    18971896        xDelete<IssmDouble>(serial_active);
    18981897        delete effanalysis;
     1898        delete inefanalysis;
    18991899        int sum_counter;
    19001900        ISSM_MPI_Reduce(&counter,&sum_counter,1,ISSM_MPI_INT,ISSM_MPI_SUM,0,IssmComm::GetComm() );
Note: See TracChangeset for help on using the changeset viewer.