-
Notifications
You must be signed in to change notification settings - Fork 16
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
cdylib cleanup #256
cdylib cleanup #256
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
a720f9e
to
1556e3b
Compare
#else | ||
strm.zalloc = NULL; | ||
strm.zfree = NULL; | ||
#endif |
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.
Unconditionally using custom_zalloc/custom_zfree would be fine too, right?
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.
it would work, but we use this test for running the various allocators in CI
Co-authored-by: bjorn3 <[email protected]>
fdaee95
to
590db29
Compare
No description provided.