rubund / graywolf

Other
107 stars 36 forks source link

Use free instead of cfree. #17

Closed cirosantilli closed 6 years ago

cirosantilli commented 6 years ago

man cfree says:

This function should never be used. Use free(3) instead. Starting with version 2.26, it has been removed from glibc.

And thus this breaks the build in Ubuntu 17.10.

Fix #16

cirosantilli commented 6 years ago

OK, already at: https://github.com/rubund/graywolf/pull/15