mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
[I8042PRT] fix memory leak CID 1322163
svn path=/trunk/; revision=68985
This commit is contained in:
parent
a7d123306b
commit
e4e403fceb
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ i8042InitializeHwHacks(
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("IoWMIOpenBlock failed: 0x%08lx\n", Status);
|
DPRINT1("IoWMIOpenBlock failed: 0x%08lx\n", Status);
|
||||||
|
ExFreePoolWithTag(AllData, 'BTMS');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue