Changeset 10997


Ignore:
Timestamp:
11/30/11 16:33:44 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed leak in tiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp

    r9761 r10997  
    5454                //Update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate)
    5555                InputUpdateFromSolutionx(femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz);
     56                VecFree(&ug_horiz);
    5657
    5758                //save pointer to old velocity
Note: See TracChangeset for help on using the changeset viewer.