fix(library/pp_options): memory leak
This commit is contained in:
parent
6451cad38d
commit
c33928f202
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ void initialize_pp_options() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void finalize_pp_options() {
|
void finalize_pp_options() {
|
||||||
|
delete g_pp_numerals;
|
||||||
delete g_pp_max_depth;
|
delete g_pp_max_depth;
|
||||||
delete g_pp_max_steps;
|
delete g_pp_max_steps;
|
||||||
delete g_pp_notation;
|
delete g_pp_notation;
|
||||||
|
|
Loading…
Reference in a new issue