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

Attempt to fix the memory leak mentioned in https://github.com/jbeder… #775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carmeli-tamir
Copy link
Contributor

…/yaml-cpp/issues/691

It seems that tests pass and the issue described in 691 doesn't reproduce.
The fix simply doesn't assign the argument node's memory to the changed node's memory. I don't see a reason to do it, although I'm not very familiar with the internals of YAML.

It makes sense that the changed node would like to keep the argument node's memory, but not vice-versa.

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.

1 participant