mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
1bc85a38d5
* __pthread_destroy_thread() will in turn free the pthread_thread object. * this fixes a leak of 2072 bytes on each thread construction/destruction and #9945. MediaExtractor spawns a thread on construction, which leaked its pthread_thread object on destuction.