OpenCyphal / libcanard

A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
http://opencyphal.org
MIT License
337 stars 195 forks source link

canardMemFree must provide size #216

Closed thirtytwobits closed 5 days ago

thirtytwobits commented 1 year ago

To maintain symmetry and interoperability with C++ the canardMemFree function signature must include a size_t "amount to free" argument.

serges147 commented 5 days ago

Fixed by PR #233