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

Commit a13b8460 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Fix for memory leak related to DdbHandle objects



Fixed a memory leak where DdbHandle objects were not deleted
automatically at control method exit.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarAlexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 61ce421b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -366,6 +366,7 @@ acpi_ex_load_op(union acpi_operand_object *obj_desc,


		/* table_ptr was deallocated above */
		/* table_ptr was deallocated above */


		acpi_ut_remove_reference(ddb_handle);
		return_ACPI_STATUS(status);
		return_ACPI_STATUS(status);
	}
	}