Skip to content

Commit

Permalink
free vectors in kepler example
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Aug 1, 2023
1 parent a783797 commit 06e8c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/arkode/C_serial/ark_kepler.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@ int main(int argc, char* argv[])
expected_order);
return 1;
}

N_VDestroy(ref_sol);
N_VDestroy(error);
}

N_VDestroy(result.sol);
Expand Down

0 comments on commit 06e8c91

Please sign in to comment.