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 submodule link and close memory leaks #176

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

GoGoOtaku
Copy link
Collaborator

Just a small merge request.
The pelib submodule was broken (updated to libpe master)

Further two small memory leaks were closed:

  • plugins.c: in which asptintf allocations were not freed every cycle; The man page says it should use realloc but valgrind reported it as malloc and thus as a leak and I tend to trust produced code more than the documentation.
  • config.c: Man pages states that the line pointer has to be freed even on failure/no read.

@merces
Copy link
Collaborator

merces commented Jan 31, 2023

Thanks!

@merces merces merged commit ac1a20c into mentebinaria:master Jan 31, 2023
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.

None yet

2 participants