Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak in fmpz_mod_poly_inv_series #1422

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

rburing
Copy link
Contributor

@rburing rburing commented Sep 8, 2023

Clear the old object, just like it is done in the other inv_series.c files.

@fredrik-johansson fredrik-johansson merged commit 411a084 into flintlib:trunk Sep 8, 2023
13 checks passed
@fredrik-johansson
Copy link
Collaborator

Fantastic! I had looked over this code more than once but somehow didn't spot the bug!

@rburing rburing deleted the inv_series_without_leak branch September 8, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak in the fmpz_mod_poly_factor module
2 participants