
29 Apr
2020
29 Apr
'20
12:40 a.m.
On Tue, 28 Apr 2020 at 13:56, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
free() checks if its argument is NULL. Don't duplicate this in the calling code.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
common/cli_hush.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org