mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00: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