mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[I8042PRT] fix memory leak CID 1322163
svn path=/trunk/; revision=68985
This commit is contained in:
@@ -260,6 +260,7 @@ i8042InitializeHwHacks(
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("IoWMIOpenBlock failed: 0x%08lx\n", Status);
|
||||
ExFreePoolWithTag(AllData, 'BTMS');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user