mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
fix a memory leak
svn path=/trunk/; revision=39581
This commit is contained in:
parent
49f7d111b6
commit
b40f649aae
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue