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

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

ACPICA: Fix memory leak in table load error path

parent 71392844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ acpi_ex_load_op(union acpi_operand_object *obj_desc,
	 */
	status = acpi_tb_add_table(table_ptr, &table_index);
	if (ACPI_FAILURE(status)) {
		return_ACPI_STATUS(status);
		goto cleanup;
	}

	status =