Skip to content
  • Haocheng LIU's avatar
    Suppress loguru memory leak · 41658665
    Haocheng LIU authored
    Due to a bug in pthread, loguru would leak 12 bytes memory from the main
    thread when `loguru::init` is in use. Since GCC does not support
    blacklist file, the suppression logic is added to
    ctest_memcheck_supp_file file.
    
    See details in loguru github issue #59.
    41658665