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

Memory leaks #20

Open
nssilver opened this issue Aug 22, 2017 · 2 comments
Open

Memory leaks #20

nssilver opened this issue Aug 22, 2017 · 2 comments

Comments

@nssilver
Copy link

The function g_ascii_strdown(), which is used in lib/manager.c, lib/properties.c, and lib/helpers.c returns a newly allocated string. These strings are compared, but the pointers to the strings aren't kept for subsequent free-ing.

@nssilver
Copy link
Author

I've fixed most of the occurrences in manager.c and will fix the remainder soon. I'll create a pull request when I'm ready. I haven't done this before, so I may need some help/guidance.

@appdev-w
Copy link
Collaborator

Dear nssilver,

Let us know if you run into any issues. As I am sure you have encountered, here is a link to the pull request documentation: https://help.github.com/articles/creating-a-pull-request/

I have been focused on mobile development, but I will be sure to review the pull request and look into the other issues as well.

-Jack

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

No branches or pull requests

2 participants