winnt-stat-cache-ref-leak-fix-20030314

FIXES 1327

avoid leaking stat cache entries
This commit is contained in:
Ryan Lantzer 2003-03-14 19:38:47 +00:00 committed by Derrick Brashear
parent 3c39714397
commit de4a11b01d

View File

@ -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);
}
}