eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
123 stars 78 forks source link

Fix z_task cleanup for platforms with pthread support #759

Closed sashacmc closed 1 month ago

sashacmc commented 1 month ago

pthread don't require free on pthread_t

github-actions[bot] commented 1 month ago

PR missing one of the required labels: {'internal', 'new feature', 'breaking-change', 'documentation', 'enhancement', 'bug', 'dependencies'}

milyin commented 1 month ago

fix caused memory leak, followup fix in https://github.com/eclipse-zenoh/zenoh-pico/pull/760