Changeset 1938


Ignore:
Timestamp:
08/26/09 13:45:46 (16 years ago)
Author:
Eric.Larour
Message:

fixed big leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/BuildNodeSetsx/PartitionSets.cpp

    r1 r1938  
    2929        int     acount, bcount, ccount, dummy;
    3030
     31       
    3132
    3233        /*First recover flags locally on each cpu: */
     
    9394        xfree((void**)&flags_b_local);
    9495        xfree((void**)&flags_c_local);
     96        xfree((void**)&partitionb_local);
     97        xfree((void**)&partitionc_local);
    9598
    9699        VecAssemblyBegin(partitionb);
Note: See TracChangeset for help on using the changeset viewer.