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

Fastfetch: fix memory leaks when passing informative options #888

Merged
merged 1 commit into from
May 6, 2024

Conversation

apocelipes
Copy link
Contributor

Informative options (e.g. "--help", "--list-module") make fastfetch exit before calling ffDestroyInstance. Using "atexit" to avoid this kind of leak.

Informative options (e.g. "--help", "--list-module") make fastfetch
exit before calling ffDestroyInstance. Using "atexit" to avoid this
kind of leak.
@apocelipes
Copy link
Contributor Author

apocelipes commented May 6, 2024

armv7 failed with an irrelative error. Seems like some problems of its cmake(need version > 3.19, the container are using 3.16, see more here).

@CarterLi CarterLi merged commit 16b875e into fastfetch-cli:dev May 6, 2024
13 of 14 checks passed
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.

2 participants