We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28daa64 commit 3dbcc49Copy full SHA for 3dbcc49
1 file changed
src/neogb/io.c
@@ -400,6 +400,7 @@ void import_input_data(
400
}
401
off += lens[i];
402
403
+ mpz_clears(prod_den, mul, NULL);
404
break;
405
default:
406
exit(1);
0 commit comments