mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
In the routine acpi_ut_create_package_object(), if the ACPI_ALLOCATE_ZEROED() fails then ACPI_FREE(package_desc) is called as part of the cleanup. This should instead be acpi_ut_remove_reference(package_desc) in order to remove the reference acquired from acpi_ut_create_internal_object() [see the routine acpi_ut_create_buffer_object() as an example of proper functionality]. Signed-off-by: Myron Stowe <myron.stowe@hp.com> Signed-off-by: Len Brown <len.brown@intel.com> |
History
|
|
|---|---|---|
| .. | ||
| Makefile | ||
| utalloc.c | ||
| utcache.c | ||
| utcopy.c | ||
| utdebug.c | ||
| utdelete.c | ||
| uteval.c | ||
| utglobal.c | ||
| utinit.c | ||
| utmath.c | ||
| utmisc.c | ||
| utmutex.c | ||
| utobject.c | ||
| utresrc.c | ||
| utstate.c | ||
| utxface.c | ||