Skip to content

Commit

Permalink
fix segfault in examples/fq_poly (reported by Andrea Lesavourey)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Mar 5, 2024
1 parent b471df2 commit 2064dda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/fq_poly.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ int main(void)
fmpz_clear(p);
}

fq_poly_clear(f, ctx);
fq_poly_clear(g, ctx);
fq_poly_clear(h, ctx);
FLINT_TEST_CLEANUP(state);

return 0;
Expand Down

0 comments on commit 2064dda

Please sign in to comment.