Bug 5425
Summary: | The copy of Device object to LocalX is not ever released | ||
---|---|---|---|
Product: | ACPI | Reporter: | Valery A Podrezov (Valery.A.Podrezov) |
Component: | ACPICA-Core | Assignee: | Lin Ming (ming.m.lin) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | ASL code to reproduce bug. |
Description
Valery A Podrezov
2005-10-12 10:25:56 UTC
Created attachment 6289 [details]
ASL code to reproduce bug.
The attached demo (m001) produces as many memory leaks
as the length of the While cycle.
INTERNAL BUG NUMBER
163
Copy a Device is now not allowable. The allowable source operands of CopyObject is ARGI_DATAREFOBJ, which can be one of the following: Integer String Buffer Package Object Reference DdbHandle Reject, since copy Device is not allowable now. |