macos-avoid-ref-leak-20060110
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Wed, 11 Jan 2006 04:21:11 +0000 (04:21 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 11 Jan 2006 04:21:11 +0000 (04:21 +0000)
FIXES 25302

fix for the earlier fix

src/afs/afs_volume.c

index 0c0d084..023bab8 100644 (file)
@@ -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);