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
2020-04-24 16:40:09 -04:00
2020-04-10 11:18:32 -04:00
2020-04-10 11:18:32 -04:00
2018-08-03 19:53:54 -04:00
2017-02-08 15:56:19 -05:00
2015-01-08 11:00:45 -05:00
2019-12-06 16:44:20 -05:00
2017-09-01 20:48:27 +05:30
2018-12-26 18:24:26 -05:00
2019-11-23 10:28:56 -05:00
2017-07-06 16:17:19 -04:00
2013-12-13 09:18:45 -05:00
2017-11-20 20:18:38 -05:00
2020-02-28 13:28:38 -05:00
2017-09-14 21:33:00 -04:00
2018-05-07 09:34:12 -04:00
2018-05-23 22:06:41 -04:00
2020-04-17 12:32:36 -04:00
2018-05-07 09:34:12 -04:00
2014-11-12 13:25:42 -05:00
2018-06-07 20:06:29 -04:00
2018-04-10 15:19:14 -04:00
2020-04-24 16:40:09 -04:00
2019-07-24 14:15:36 -04:00
2017-11-20 20:18:37 -05:00
2014-08-21 12:01:29 -04:00
2018-06-04 11:25:30 -04:00
2018-08-03 19:53:54 -04:00
2018-05-07 09:34:12 -04:00
2020-04-24 16:40:09 -04:00
2020-04-10 11:18:32 -04:00
2020-03-16 12:49:09 -04:00
2020-04-24 16:40:09 -04:00
2020-04-24 16:40:09 -04:00
2020-04-24 16:40:09 -04:00
2019-12-15 08:52:29 +08:00
2014-11-12 13:25:42 -05:00
2017-08-26 14:56:14 -04:00
2017-08-13 17:15:08 +02:00
2018-05-07 09:34:12 -04:00
2018-03-05 10:16:30 -05:00