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

fix: remove usage of malloc.h #100

Closed
wants to merge 1 commit into from

Conversation

SMillerDev
Copy link

As identified in Homebrew/homebrew-core#152682, OpenJazz doesn't build on macOS with these malloc references.

https://stackoverflow.com/a/56463133 says they're not standards compliant, so it should probably be removed.

@carstene1ns
Copy link
Collaborator

Good catch, however I am not sure if we should remove it from the Windows code path as well, since MSVC seems to ship this header. Hopefully they include it from stdlib.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants