mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
fix memory leak
This commit is contained in:
parent
e22e75a0f8
commit
be7e0e86fc
1 changed files with 3 additions and 0 deletions
|
@ -46,4 +46,7 @@ dlog_vec_eratos_add(ulong *v, ulong nv, ulong a, ulong va, nmod_t mod, ulong na,
|
|||
|
||||
for (k = mod.n + 1; k < nv; k++)
|
||||
v[k] = v[k - mod.n];
|
||||
|
||||
dlog_precomp_clear(pre);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue