Marcin Wojtas
ddec69e6a7
ena: remove surplus NULL checks when freeing ENA resources
...
Calling free on a NULL pointer is valid, as appropriate check is already
done internally:
/* free(NULL, ...) does nothing */
if (addr == NULL)
return;
Submitted by: Artur Rojek <ar@semihalf.com>
Obtained from: Semihalf
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
2021-06-24 16:02:39 +02:00
..
2021-06-24 00:38:00 +03:00
2021-06-22 20:52:06 -06:00
2021-06-24 13:01:13 +02:00
2021-06-20 19:14:13 -06:00
2021-06-22 08:36:21 +03:00
2021-06-24 13:01:22 +02:00
2021-06-20 09:18:44 +02:00
2021-05-25 16:59:19 -07:00
2021-05-05 15:26:09 -06:00
2021-06-24 16:02:39 +02:00
2021-06-14 20:47:37 +02:00
2021-06-23 23:46:15 +03:00
2021-06-14 11:42:03 -06:00
2021-06-22 08:41:33 +03:00
2021-06-22 20:52:06 -06:00
2021-06-23 23:46:15 +03:00
2021-05-06 07:42:35 +00:00
2021-06-16 20:00:14 -06:00
2021-06-21 21:55:03 +02:00
2021-06-24 13:00:56 +02:00
2021-06-05 16:21:49 +00:00
2021-06-14 17:32:27 -04:00
2021-06-23 10:13:52 +02:00
2021-06-04 13:18:11 -04:00
2021-05-03 13:35:19 -04:00
2021-06-16 09:46:56 -04:00
2021-05-26 10:45:40 -04:00
2021-06-18 21:20:08 +00:00
2021-06-16 15:23:16 -07:00
2021-06-22 22:10:31 -06:00
2021-06-15 01:22:13 +01:00
2021-06-14 17:32:27 -04:00
2021-04-12 08:25:31 -07:00
2021-06-23 23:46:54 +03:00
2021-06-17 08:49:09 +02:00
2021-05-13 13:59:25 -04:00
2021-06-23 23:47:05 +03:00
2021-06-17 16:58:44 +03:00
2021-06-14 16:30:16 +01:00
2021-05-17 11:41:21 +02:00