Skip to content

Fix memory leaks in GIF animation loader #116

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

Merged
merged 1 commit into from
Jul 31, 2025
Merged

Fix memory leaks in GIF animation loader #116

merged 1 commit into from
Jul 31, 2025

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Jul 31, 2025

Incomplete cleanup on allocation failures is resolved.

Summary by Bito

This pull request implements proper cleanup procedures in the GIF animation loader to address memory leaks. It ensures that all allocated resources are freed appropriately, enhancing the stability and reliability of the GIF loading functionality.

Incomplete cleanup on allocation failures is resolved.
@jserv jserv merged commit 3828b96 into main Jul 31, 2025
6 checks passed
@jserv jserv deleted the fix-leaks branch July 31, 2025 04:58
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.

1 participant