commit | f4070e6f6c680034d67f13b878f0da55b3b51f92 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 28 21:56:10 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 01 11:34:01 2020 -0400 |
tree | 636a91e95b018a0d89436db9f53d8e84068a6115 | |
parent | 4fb0f55fd294aca02407ef1def74a22612fa041b [diff] |
hush: avoid NULL check before free() free() checks if its argument is NULL. Don't duplicate this in the calling code. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>