Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() err…
…or-exit Fix 2 possible memleaks on error-exits from tlmi_analyze(): 1. If the kzalloc of pwd_power fails, then not only free the atributes, but also the allocated pwd_admin struct. 2. Freeing the attributes should also free the possible_values strings. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20210717143607.3580-3-hdegoede@redhat.com
- Loading branch information