Searched hist:209117 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.cdiff 209117 Sat Jun 12 23:21:17 MDT 2010 cperciva In threaded processes, destroy the mutex atexit_mutex when we've
finished using it. This allows the mutex's allocated memory to be
freed.

This is one sense a rather silly change, since at this point we're
less than a microsecond away from calling _exit; but fixing this
memory leak is likely to make life easier for anyone trying to
track down other memory leaks.

Completed in 176 milliseconds