emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

fix memory leak, where the thread is created by not deleted. #154

Closed rcen closed 4 years ago

rcen commented 4 years ago

s_flush_thread is created by not deleted during the shutdown process.

rcen commented 4 years ago

mistake. not a correct patch.