micro-ROS / freertos_apps

Sample applications for FreeRTOS + micro-ROS
Apache License 2.0
82 stars 50 forks source link

added guard to prevent dealloc and realloc on null ptr #8

Closed alsaibie closed 4 years ago

alsaibie commented 4 years ago

A small fix to memory management. Based on this issue.

ralph-lange commented 4 years ago

Thank you very much for the contribution, @alsaibie.