commit | 28ab12ad145d92de13baf679c8e3733be99ee95e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Oct 26 00:41:59 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 26 15:26:45 2021 -0400 |
tree | b088ee2d5955e72327db9660fdfcce1898aafc7d | |
parent | 73d18e352d97b5e9a3de3780d5c9117d44993c41 [diff] |
env: superfluous check before free() Free() checks if its argument in NULL. There is no need for the caller to do the same. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>