ACPI / APEI: ERST: Fixed leaked resources in erst_init
authorJosh Hunt <johunt@akamai.com>
Tue, 8 Mar 2016 15:52:12 +0000 (10:52 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Mar 2016 23:14:16 +0000 (00:14 +0100)
commit3a03d126ece4388d05937090a87bade560117751
treeac9b38e99dece5efbce5cb1bc8a4bb9d9a582bca
parente56c92565dfe2c8de203f42f7d5237d14784b93d
ACPI / APEI: ERST: Fixed leaked resources in erst_init

erst_init currently leaks resources allocated from its call to
apei_resources_init(). The data allocated there gets copied
into apei_resources_all and can be freed when we're done with it.

Signed-off-by: Josh Hunt <johunt@akamai.com>
Reviewed-by: Chen, Gong <gong.chen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/apei/erst.c
This page took 0.024658 seconds and 5 git commands to generate.