Files
picom/src
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-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-01-24 18:35:45 +00:00
2022-01-24 18:35:45 +00:00
2019-05-21 20:15:29 +01:00
2019-03-23 14:35:22 +00:00
2019-05-21 20:15:30 +01:00
2019-05-21 20:15:30 +01:00
2020-12-04 01:06:20 +00:00
2020-02-26 20:16:55 +00:00
2019-05-21 20:15:34 +01:00
2022-01-24 18:35:45 +00:00
2019-07-06 13:26:25 +01:00
2019-05-21 20:15:22 +01:00
2019-11-09 17:54:57 +02:00
2022-07-16 15:05:03 +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