mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
fix memleak
This commit is contained in:
parent
c9969f1a93
commit
1faec8c283
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ _refine_hardy_z_zero_newton(arb_t res, const arf_t ra, const arf_t rb, slong pre
|
|||
|
||||
arb_set(res, acb_imagref(z));
|
||||
|
||||
flint_free(steps);
|
||||
acb_clear(z);
|
||||
acb_clear(zstart);
|
||||
_acb_vec_clear(v, 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue