Markus Armbruster 0a553c12c7 Drop useless casts from g_malloc() & friends to pointer
These memory allocation functions return void *, and casting to
another pointer type is useless clutter.  Drop these casts.

If you really want another pointer type, consider g_new().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220923120025.448759-3-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2022-10-22 23:15:40 +02:00
..
2022-03-09 09:28:28 +00:00
2022-02-26 18:40:51 +01:00
2022-05-03 15:17:30 +04:00
2022-05-08 18:52:37 +01:00
2022-05-08 18:52:37 +01:00
2022-08-01 11:58:02 +02:00
2021-05-02 17:24:50 +02:00
2021-11-02 17:24:18 +01:00
2021-11-09 10:11:27 +01:00