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

Reinitialize the dep11 parser after each file. #15

Closed
wants to merge 1 commit into from
Closed

Reinitialize the dep11 parser after each file. #15

wants to merge 1 commit into from

Conversation

tintou
Copy link
Contributor

@tintou tintou commented Nov 4, 2015

If more than one file is present in the yaml directory, the parsing will fail after the first file.
Added forgotten reinitialization.

@ximion
Copy link
Owner

ximion commented Nov 4, 2015

Your patch leaks memory, the strings need to be freed first befor you can set them to NULL.

@tintou
Copy link
Contributor Author

tintou commented Nov 4, 2015

Okay I amended the branch as you requested

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