From: Chaskiel M Grundman Date: Wed, 15 Feb 2006 20:53:02 +0000 (+0000) Subject: darwin-event-cleanup-20060215 X-Git-Tag: openafs-devel-1_5_0~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cee042e2f9f3e22e3cdb0c9535b122eb1714b691;p=packages%2Fo%2Fopenafs.git darwin-event-cleanup-20060215 clean up event resources added for deadlock avoidance --- diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index 5490d58d1..4fb69dad0 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -580,6 +580,7 @@ shutdown_osi(void) afs_osi_ctxtp = NULL; afs_osi_ctxtp_initialized = 0; } + shutdown_osisleep(); #endif if (afs_cold_shutdown) { LOCK_INIT(&afs_ftf, "afs_ftf");