8000 oconfig: fix oconfig_free to free all elements by mfournier · Pull Request #1027 · collectd/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oconfig: fix oconfig_free to free all elements #1027

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
May 19, 2015

Conversation

mfournier
Copy link

The recursive nature of this function made it difficult to free the root
node of the config tree. Splitting it in 2 allows to work around this
problem.

The recursive nature of this function made it difficult to free the root
node of the config tree. Splitting it in 2 allows to work around this
problem.
@mfournier mfournier added the Bug A genuine bug label May 12, 2015
@mfournier
Copy link
Author

This is a counter-proposition to #1025. @rubenk, can you take a look ? Thanks !

@rubenk
Copy link
Contributor
rubenk commented May 13, 2015

This is much better, thanks!

@octo octo merged commit ec9b92a into collectd:master May 19, 2015
@octo
Copy link
Member
octo commented May 19, 2015

Thanks @rubenk and @mfournier!

@octo octo added Fix A pull request fixing a bug and removed Bug A genuine bug labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix A pull request fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0