From 660f1f768055bbb5dd1c93b5ae8c62ebc17a14b6 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Wed, 15 Feb 2006 20:55:11 +0000 Subject: [PATCH] STABLE14-darwin-event-cleanup-20060215 clean up event resources added for deadlock avoidance (cherry picked from commit cee042e2f9f3e22e3cdb0c9535b122eb1714b691) --- src/afs/afs_osi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index eeebdf29b..ae0bf5962 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -581,6 +581,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"); -- 2.39.5