mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
winnt-stat-cache-ref-leak-fix-20030314
FIXES 1327 avoid leaking stat cache entries
This commit is contained in:
parent
3c39714397
commit
de4a11b01d
@ -112,6 +112,7 @@ void cm_CallbackNotifyChange(cm_scache_t *scp)
|
||||
smb_NotifyChange(0,
|
||||
FILE_NOTIFY_GENERIC_FILE_FILTER,
|
||||
dscp, NULL, NULL, TRUE);
|
||||
if (dscp) cm_ReleaseSCache(dscp);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user