Bug ID | 1033518 |
---|---|
Summary | ata: ahci_xgene: free structure returned by acpi_get_object_info() |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 42.1 |
Hardware | aarch64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kernel |
Assignee | mbrugger@suse.com |
Reporter | mbrugger@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
acpi_get_object_info() allocates the returned structure, which the caller has to free when the call succeeds. Free it when appropriate.