Heinrich Schuchardt c11f0d88ba coccinelle: adjust NULL check before free()
The free() function checks if its argument is NULL. We should avoid
checking for NULL before calling free like in

    if (result->tds)
        free(result->tds);

The list of relevant functions differs between Linux and U-Boot, e.g. we
use free().

Adjust the list of relevant functions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-04-24 16:40:09 -04:00
..
2020-04-24 10:51:32 -04:00
2018-08-03 19:53:54 -04:00
2017-07-06 16:17:19 -04:00
2017-11-20 20:18:38 -05:00
2018-05-23 22:06:41 -04:00
2014-11-12 13:25:42 -05:00
2018-08-03 19:53:54 -04:00
2014-11-12 13:25:42 -05:00