cvs commit: src/lib/libthr/thread thr_exit.c
Jason Evans
jasone at FreeBSD.org
Tue Sep 9 17:14:42 UTC 2008
jasone 2008-09-09 17:14:32 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_exit.c
Log:
SVN rev 182894 on 2008-09-09 17:14:32Z by jasone
Move call to _malloc_thread_cleanup() so that if this is the last thread,
the call never happens. This is necessary because malloc may be used
during exit handler processing.
Submitted by: davidxu
Revision Changes Path
1.31 +6 -3 src/lib/libthr/thread/thr_exit.c
More information about the cvs-src
mailing list