Skip to content

Commit

Permalink
Merge pull request #171 from ederc/export-free-fix
Browse files Browse the repository at this point in the history
fixes freeing of exported degrevlex GB over QQ data
  • Loading branch information
ederc authored Jul 30, 2024
2 parents c56341c + a09b3d7 commit 9f0c258
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/neogb/f4.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ void free_f4_julia_result_data(
for (i = 0; i < len; ++i) {
mpz_clear((*cfs)[i]);
}
(*freep)(*cfs);
*cfs = NULL;
} else {
if (field_char > 0) {
int32_t *cfs = *((int32_t **)bcf);
Expand Down

0 comments on commit 9f0c258

Please sign in to comment.