mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[MSFS]
Fix memory leak svn path=/trunk/; revision=53932
This commit is contained in:
parent
63a058da88
commit
95cce1bb8a
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ MsfsCreateMailslot(PDEVICE_OBJECT DeviceObject,
|
|||
{
|
||||
ExFreePool(Fcb->Name.Buffer);
|
||||
ExFreePool(Fcb);
|
||||
ExFreePool(Ccb);
|
||||
|
||||
KeUnlockMutex(&DeviceExtension->FcbListLock);
|
||||
|
||||
|
|
Loading…
Reference in a new issue