sardemff7 / eventd

A simple daemon to track remote or local events and do actions the user wants to
https://www.eventd.org
Other
46 stars 4 forks source link

Memory leaks #17

Closed mathstuf closed 9 years ago

mathstuf commented 9 years ago

Fixed the _extended query. The list needed to be initialized to NULL to handle when the entry doesn't exist yet.

sardemff7 commented 9 years ago

I think all the relevant fixes are now pushed. Please check if the remaining ones were fixed with my libeventd change.

Thanks for your work!

mathstuf commented 9 years ago

Yep, valgrind doesn't mention those (glib on the other hand…).