commit | 077e72c6e6266a215cdbb8bfb07d791cb9c070ec | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Apr 20 12:44:01 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 16:40:09 2020 -0400 |
tree | 6afc1e87ee9b194269a8a207a53851bf779805d2 | |
parent | dd786d4c4c0869625e76b8cef32539473529ecd2 [diff] |
spl: fit: do not check argument of free() The free() function checks if its argument is NULL. It is superfluous to do the same check on the calling side. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>