-
Notifications
You must be signed in to change notification settings - Fork 208
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 leak in CRFSuite::Tagger #73
Comments
I have same problem when i run crfsuite version 0.12: |
@chokkan bump! |
So this is is why we don't hear back from @chokkan :) He is playing soccer! :) |
I use crfsuite tagger in simple test program:
Running the program in valgrind would return an error such as:
"Definitely lost" here is equal .model file size.
The place that valgrind points:
where:
then in "destructor" memory will never free:
After my fix #74 valgrind shows that memory doesn't leak any more:
The text was updated successfully, but these errors were encountered: