Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128021
b: refs/heads/master
c: 84d4db7
h: refs/heads/master
i:
  128019: 401d093
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Dec 30, 2008
1 parent bc66fe5 commit 309665c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d85988fa0205b18459071e4bd709e48e695b952d
refs/heads/master: 84d4db7c528e23f8c9ae0be12960549347003eeb
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/parser/psparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,14 @@ acpi_status acpi_ps_parse_aml(struct acpi_walk_state *walk_state)

thread = acpi_ut_create_thread_state();
if (!thread) {
if (walk_state->method_desc) {

/* Executing a control method - additional cleanup */

acpi_ds_terminate_control_method(
walk_state->method_desc, walk_state);
}

acpi_ds_delete_walk_state(walk_state);
return_ACPI_STATUS(AE_NO_MEMORY);
}
Expand Down

0 comments on commit 309665c

Please sign in to comment.