-
Notifications
You must be signed in to change notification settings - Fork 2
Bugfix/issue 27 #29
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
Bugfix/issue 27 #29
Conversation
Fix warning: leaked hash_seq_search scan for hash table.
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 96.41% 96.76% +0.34%
==========================================
Files 4 5 +1
Lines 921 988 +67
==========================================
+ Hits 888 956 +68
+ Misses 33 32 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes look reasonable to me, although I thought it will be easier to implement :( The only doubt I have is that how safe it is, but from the first sight it looks sane
3877cba
to
20f4ef3
Compare
No description provided.