From ab7cfe62ec128b1205193ede1c769ddb369cc563 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Wed, 11 Jan 2006 04:21:11 +0000 Subject: [PATCH] macos-avoid-ref-leak-20060110 FIXES 25302 fix for the earlier fix --- src/afs/afs_volume.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/afs_volume.c b/src/afs/afs_volume.c index 0c0d08485..023bab808 100644 --- a/src/afs/afs_volume.c +++ b/src/afs/afs_volume.c @@ -333,6 +333,7 @@ loop: osi_dnlc_purgedp(tvc); #ifdef AFS_DARWIN80_ENV + vnode_put(AFSTOV(tvc)); /* our tvc ptr is still good until now */ AFS_FAST_RELE(tvc); ObtainReadLock(&afs_xvcache); -- 2.39.5