diff options
-rw-r--r-- | drivers/acpi/executer/exconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/executer/exconfig.c b/drivers/acpi/executer/exconfig.c index 8cc410ce9208..a0f34b467a22 100644 --- a/drivers/acpi/executer/exconfig.c +++ b/drivers/acpi/executer/exconfig.c | |||
@@ -366,6 +366,7 @@ acpi_ex_load_op(union acpi_operand_object *obj_desc, | |||
366 | 366 | ||
367 | /* table_ptr was deallocated above */ | 367 | /* table_ptr was deallocated above */ |
368 | 368 | ||
369 | acpi_ut_remove_reference(ddb_handle); | ||
369 | return_ACPI_STATUS(status); | 370 | return_ACPI_STATUS(status); |
370 | } | 371 | } |
371 | 372 | ||