Skip to content

Suppress loguru memory leak

Due to a bug in pthread, loguru would leak 12 bytes memory from the main thread when loguru::init is in use. Since GCC7 does not support blacklist file, the suppression logic is added to ctest_memcheck_supp_file file.

See details in loguru github issue #59 (closed).

Edited by Haocheng LIU

Merge request reports