fix(frontends/lean/elaborator_context): memory leak
This commit is contained in:
parent
e2c41fca75
commit
2a5658ebe2
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue