fix(library/tactic/expr_to_tactic): memory leak
This commit is contained in:
parent
7a033ac07e
commit
aaad9633fb
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ void initialize_expr_to_tactic() {
|
|||
}
|
||||
|
||||
void finalize_expr_to_tactic() {
|
||||
delete g_expr_list_cons;
|
||||
delete g_expr_list_nil;
|
||||
delete g_tactic_expr_type;
|
||||
delete g_tactic_expr_builtin;
|
||||
delete g_tactic_expr_name;
|
||||
|
|
Loading…
Reference in a new issue