mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 00:24:27 +08:00
fix a memory leak
svn path=/trunk/; revision=39581
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user