Yuxuan Shui
96fcc6089e
c2: silence a compiler warning
...
GCC warns about a use after free, because a pointer is used in pointer
comparison after it was freed. This particular case is completely safe,
but GCC warns anyway.
Move the free after the comparison requires me duplicating the free a
couple of times, so instead I made use of the cleanup attribute to auto
free the pointer when it goes out of scope.
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com >
2022-07-16 15:05:03 +01:00
..
2022-02-13 13:54:25 +00:00
2020-10-23 07:58:01 +01:00
2020-10-23 07:58:01 +01:00
2022-07-16 15:05:03 +01:00
2019-05-21 20:15:29 +01:00
2020-12-26 07:25:34 +00:00
2020-12-26 07:25:34 +00:00
2022-01-24 18:35:45 +00:00
2022-07-16 15:05:03 +01:00
2022-07-14 18:30:03 +01:00
2022-01-24 18:35:45 +00:00
2022-01-24 18:35:45 +00:00
2022-02-04 16:02:08 +00:00
2019-05-21 20:15:29 +01:00
2020-12-23 03:11:25 +00:00
2020-03-11 19:15:26 +00:00
2019-02-13 02:05:01 +00:00
2022-01-12 22:59:31 +01:00
2019-03-23 14:35:22 +00:00
2020-02-26 21:11:55 +00:00
2019-11-10 18:58:01 +00:00
2019-05-21 20:15:30 +01:00
2019-05-21 20:15:30 +01:00
2019-05-21 20:15:32 +01:00
2020-12-04 01:06:20 +00:00
2020-02-26 20:16:55 +00:00
2020-05-28 10:07:58 +00:00
2019-05-21 20:15:34 +01:00
2021-04-12 01:54:07 +01:00
2021-04-12 01:54:07 +01:00
2022-01-24 18:49:18 +00:00
2019-11-10 05:03:17 +00:00
2022-01-27 10:42:25 +00:00
2022-01-24 18:35:45 +00:00
2019-10-24 19:41:35 +01:00
2019-07-06 13:26:25 +01:00
2021-07-14 14:43:28 +02:00
2020-11-30 00:35:34 +00:00
2019-05-21 20:15:22 +01:00
2020-11-19 12:19:35 +01:00
2019-05-21 20:15:35 +01:00
2019-05-21 20:15:27 +01:00
2019-11-09 17:54:57 +02:00
2022-07-16 15:05:03 +01:00
2019-07-25 02:27:02 +01:00
2019-03-10 15:00:56 +00:00
2020-10-23 04:37:38 +01:00
2021-11-25 10:52:31 +00:00
2022-01-12 22:59:31 +01:00
2021-10-25 13:46:45 +01:00
2021-10-25 13:46:45 +01:00
2019-03-10 12:35:38 +00:00
2019-03-10 12:35:38 +00:00