Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixes for a few memory leaks. #136
+41
−27
Conversation
jen140
added some commits
Jan 19, 2016
swh
merged commit e867ee0
into 4store:master
Apr 20, 2016
|
Sorry for the delay, I've been super-busy! Just merged it in, and I'm about to test on OS X. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jen140 commentedJan 19, 2016
Found a few memory leaks with cppcheck, after reading code I've added a few free's. In case of libstemmer, i'm not sure if the sb_stemmer_delete() can be used, because of the second check (stemmer->close == 0).
Have a nice day.