From: Chaskiel M Grundman Date: Wed, 11 Jan 2006 04:21:11 +0000 (+0000) Subject: macos-avoid-ref-leak-20060110 X-Git-Tag: openafs-devel-1_5_0~116 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ab7cfe62ec128b1205193ede1c769ddb369cc563;p=packages%2Fo%2Fopenafs.git macos-avoid-ref-leak-20060110 FIXES 25302 fix for the earlier fix --- 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);