mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
[ACPI]
- Fix a NULL free bug svn path=/trunk/; revision=53258
This commit is contained in:
parent
bf59a88887
commit
96b11c7165
1 changed files with 2 additions and 1 deletions
|
@ -368,7 +368,8 @@ end:
|
|||
//ExFreePool(list->handles);
|
||||
}
|
||||
|
||||
AcpiOsFree(buffer.Pointer);
|
||||
if (buffer.Pointer)
|
||||
AcpiOsFree(buffer.Pointer);
|
||||
|
||||
return_ACPI_STATUS(status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue