missing clear

This commit is contained in:
Fredrik Johansson 2014-12-21 00:30:37 +01:00
parent fa2e944576
commit 7a439e278c

View file

@ -116,6 +116,7 @@ acb_rising_ui_get_mag(mag_t bound, const acb_t s, ulong n)
arb_clear(a); arb_clear(a);
mag_clear(bound2); mag_clear(bound2);
mag_clear(t);
mag_clear(u); mag_clear(u);
} }