fix(library/pp_options): memory leak

This commit is contained in:
Leonardo de Moura 2015-01-06 10:22:23 -08:00
parent 6451cad38d
commit c33928f202

View file

@ -131,6 +131,7 @@ void initialize_pp_options() {
}
void finalize_pp_options() {
delete g_pp_numerals;
delete g_pp_max_depth;
delete g_pp_max_steps;
delete g_pp_notation;