fix a memory leak

svn path=/trunk/; revision=39581
This commit is contained in:
Christoph von Wittich 2009-02-13 14:02:18 +00:00
parent 49f7d111b6
commit b40f649aae

View file

@ -285,6 +285,7 @@ CdfsFindFile(PDEVICE_EXTENSION DeviceExt,
else if (Status == STATUS_UNSUCCESSFUL)
{
/* Note: the directory cache has already been unpinned */
RtlFreeUnicodeString(&FileToFindUpcase);
return Status;
}