Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
Bug List
File AsyncLogger.h
Using valgrind tests will definitely produce memory leaks here, but using the -fsanitize=leak option for testing everything works fine
File Huffman.h
The original implementation had a data truncation bug, which has been fixed here, see huffman_tree_t::decode
Class sese::system::FileNotifier
This implementation has an inconsistent event order in Darwin compared to Windows and Linux.
File Thread.h
Improper handling of thread detachment functionality may lead to memory leaks. For detached threads, it is recommended to consider using standard library threads.