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:
Ryan Lantzer 2003-03-14 19:39:34 +00:00 committed by Derrick Brashear
parent fabcccc517
commit f03c35669b

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