STABLE14-macos-avoid-ref-leak-20060110

FIXES 25302

fix for the earlier fix


(cherry picked from commit ab7cfe62ec128b1205193ede1c769ddb369cc563)
This commit is contained in:
Chaskiel M Grundman 2006-01-11 04:26:44 +00:00 committed by Derrick Brashear
parent 8dcdef73e4
commit a699f8d3c1

View 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);