• Davis King's avatar
    Fixed a race condition in the logger object. It was missing a needed call · 01efae59
    Davis King authored
    to unregister_thread_end_handler().  What could happen in some scenarios is,
    during program termination, a global part of the logger object could be destructed
    when it still had outstanding thread end handlers registered to it.
    
    --HG--
    extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402858
    01efae59
Name
Last commit
Last update
..
extra_logger_headers.cpp Loading commit data...
extra_logger_headers.h Loading commit data...
logger_config_file.cpp Loading commit data...
logger_config_file.h Loading commit data...
logger_kernel_1.cpp Loading commit data...
logger_kernel_1.h Loading commit data...
logger_kernel_abstract.h Loading commit data...