Go to file
Davis King 01efae59a1 Fixed a race condition in the logger object. It was missing a needed call
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
2009-02-04 01:59:41 +00:00
dlib Fixed a race condition in the logger object. It was missing a needed call 2009-02-04 01:59:41 +00:00
docs updated the docs 2009-02-04 00:30:31 +00:00
examples Removed a confusing comment. 2009-02-03 03:02:50 +00:00