Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
fix(frontends/lean/elaborator_context): memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura committed Jan 27, 2015
1 parent e2c41fc commit 2a5658e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/lean/elaborator_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ void finalize_elaborator_context() {
delete g_elaborator_local_instances;
delete g_elaborator_ignore_instances;
delete g_elaborator_flycheck_goals;
delete g_elaborator_fail_missing_field;
}
}

0 comments on commit 2a5658e

Please sign in to comment.