Changeset 1940


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

nasty leak fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/io/IoModelFetchData.cpp

    r1844 r1940  
    8686                        xfree((void**)&string);
    8787                }
     88                /*erase string, if we broke from the for() loop:*/
     89                xfree((void**)&string);
    8890        }
    8991        MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD);
Note: See TracChangeset for help on using the changeset viewer.