Skip to content

Commit 3dbcc49

Browse files
committed
Clear mpz_t value after use
Signed-off-by: Eliaz Pitavy <eliaz.pitavy@obspm.fr>
1 parent 28daa64 commit 3dbcc49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/neogb/io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ void import_input_data(
400400
}
401401
off += lens[i];
402402
}
403+
mpz_clears(prod_den, mul, NULL);
403404
break;
404405
default:
405406
exit(1);

0 commit comments

Comments
 (0)