xhawk18 / promise-cpp

C++ promise/A+ library in Javascript style.
MIT License
672 stars 92 forks source link

Fixed thread local object not freed at thread termination. #6

Closed kyku closed 5 years ago

kyku commented 5 years ago

It looks that the pointer pointed to by pool_ is never freed.

xhawk18 commented 5 years ago

thank you!