Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2008 17:14:32 +0000 (UTC)
From:      Jason Evans <jasone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_exit.c
Message-ID:  <200809091714.m89HEgun093318@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809091714.m89HEgun093318>