Skip to content

Commit

Permalink
Free Bmi model object allocation to fix only reported leak
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Mar 29, 2024
1 parent 7e8aa85 commit 5c3929d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ int main(void)
#endif
model->finalize(model);

free(model);
return 0;
}

0 comments on commit 5c3929d

Please sign in to comment.