commit | ebe5d9dfff09ceb962de80cd4e1697413083e594 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 27 11:48:49 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 18 15:23:06 2021 -0500 |
tree | a8b8309404b2a5232d6a4da5156c6a5c9de815f8 | |
parent | 2de0cd36efd5a687cf124b677419a8dc2eb8ddfe [diff] |
drivers: qe: avoid double free() Avoid calling free(addr) twice if the device for ucode is not found. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>