* Shuffled around the order of events when a thread is terminating. All
authorArt Cancro <ajc@citadel.org>
Tue, 26 Oct 1999 03:48:40 +0000 (03:48 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 26 Oct 1999 03:48:40 +0000 (03:48 +0000)
commit4303912101a6e8f6dfb736704a72fa4591995799
tree8e708022c1d39015d630da4023e103e7c457f299
parent03707e73523860548f6dba876fb6c3c3d96f2b84
* Shuffled around the order of events when a thread is terminating.  All
  mutex operations now happen prior to the freeing of the CitContext structure,
  otherwise begin_critical_section() and end_critical_section() try to
  manipulate the context's mutex count when there isn't any context.
citadel/ChangeLog
citadel/citserver.c
citadel/housekeeping.c
citadel/sysdep.c