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