fix(frontends/lean/inductive_cmds): memory leak
This commit is contained in:
parent
871d78fbf8
commit
6aa11be6fd
1 changed files with 3 additions and 2 deletions
|
|
@ -540,6 +540,7 @@ void initialize_inductive_cmds() {
|
|||
g_tmp_prefix = new name(name::mk_internal_unique_name());
|
||||
}
|
||||
|
||||
void finalize_inductive_cmds() {}
|
||||
|
||||
void finalize_inductive_cmds() {
|
||||
delete g_tmp_prefix;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue