mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
ACPICA termination: Clear debug buffer global.
Prevent possible multiple deletion of a debugger buffer. ACPICA BZ 1010. Tomasz Nowicki <tomasz.nowicki@linaro.org>.
This commit is contained in:
parent
69c10b6363
commit
dd0eb02bb4
@ -574,6 +574,7 @@ AcpiDbTerminate (
|
||||
if (AcpiGbl_DbBuffer)
|
||||
{
|
||||
AcpiOsFree (AcpiGbl_DbBuffer);
|
||||
AcpiGbl_DbBuffer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user