summaryrefslogtreecommitdiff
path: root/source/components
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2019-07-31 16:29:12 -0700
committerErik Schmauss <erik.schmauss@intel.com>2019-07-31 16:39:17 -0700
commit634c308565a525ad3766a4ec8322df43a5b02f13 (patch)
treeb6fcc5684e444dff110f3d4557eab552542e6256 /source/components
parentf08ef3bebf6464041ad5715b3750520670d06ad9 (diff)
downloadacpica-634c308565a525ad3766a4ec8322df43a5b02f13.tar.gz
Remove unintentional call to delete walkstate
This line was added unintentionally in commit db2638cca. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/components')
-rw-r--r--source/components/dispatcher/dsmethod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsmethod.c b/source/components/dispatcher/dsmethod.c
index f0f4614ad..d4826b3e6 100644
--- a/source/components/dispatcher/dsmethod.c
+++ b/source/components/dispatcher/dsmethod.c
@@ -761,7 +761,6 @@ AcpiDsCallControlMethod (
}
}
- AcpiDsDeleteWalkState(NextWalkState);
return_ACPI_STATUS (Status);