commit | 443806db5720d10eb490aa84861f50e9cf462091 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 28 21:40:13 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 01 11:34:01 2020 -0400 |
tree | a14d992d100d75da51a7b7b3bcff2b58f485ac2e | |
parent | cbcb3997ff3b43703851ae26155581920e13594b [diff] |
cmd/gpt: avoid NULL check before free() free() checks if its argument is NULL. Do not duplicate this in the calling code. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com>