phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
45 stars 32 forks source link

pthread: pthread_join does not unmap user stack #249

Closed agkaminski closed 2 years ago

agkaminski commented 2 years ago

This causes memory leak when thread is ended

agkaminski commented 2 years ago

Fixed in https://github.com/phoenix-rtos/libphoenix/pull/187