Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a03d126 authored by Josh Hunt's avatar Josh Hunt Committed by Rafael J. Wysocki
Browse files

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: default avatarJosh Hunt <johunt@akamai.com>
Reviewed-by: default avatarChen, Gong <gong.chen@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent e56c9256
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1207,6 +1207,9 @@ static int __init erst_init(void)
		"Failed to allocate %lld bytes for persistent store error log.\n",
		erst_erange.size);

	/* Cleanup ERST Resources */
	apei_resources_fini(&erst_resources);

	return 0;

err_release_erange: