Kristina Hanicova
155151a3d0
Use g_steal_pointer where possible
...
Via coccinelle (not the handbag!)
spatches used:
@ rule1 @
identifier a, b;
symbol NULL;
@@
- b = a;
... when != a
- a = NULL;
+ b = g_steal_pointer(&a);
@@
- *b = a;
... when != a
- a = NULL;
+ *b = g_steal_pointer(&a);
Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
2021-03-01 15:54:42 +01:00
..
2021-01-26 16:46:41 +01:00
2021-01-19 16:25:50 +01:00
2021-01-19 16:25:50 +01:00
2020-12-04 16:27:22 +01:00
2020-11-04 12:18:05 +01:00
2020-12-07 10:38:44 +00:00
2020-09-01 13:22:24 +02:00
2020-09-14 15:52:40 +02:00
2021-03-01 15:54:42 +01:00
2020-09-15 13:46:11 +02:00
2021-02-19 07:39:56 +01:00
2021-02-19 07:39:56 +01:00
2020-12-02 15:43:07 +01:00
2020-11-10 18:34:02 +01:00
2020-12-02 15:43:07 +01:00
2020-11-10 18:34:11 +01:00
2020-12-02 15:43:07 +01:00
2020-11-10 18:34:23 +01:00
2020-12-02 15:43:07 +01:00
2020-12-02 15:43:07 +01:00
2020-12-02 15:43:07 +01:00
2020-12-02 15:43:07 +01:00
2020-12-02 15:43:07 +01:00
2020-12-02 15:43:07 +01:00
2021-02-11 17:05:34 +01:00
2021-01-06 13:15:17 +01:00
2021-02-12 09:19:13 +00:00
2021-03-01 15:54:42 +01:00
2020-11-10 18:34:26 +01:00
2021-02-11 17:05:34 +01:00
2020-08-03 15:30:40 +02:00
2021-02-05 00:20:45 -05:00
2021-02-05 00:20:45 -05:00
2021-02-05 00:20:45 -05:00
2021-02-05 00:20:45 -05:00
2021-02-05 00:20:45 -05:00
2021-02-05 00:20:45 -05:00
2020-08-03 15:30:40 +02:00
2021-02-05 00:20:45 -05:00
2020-08-03 15:30:40 +02:00
2021-01-06 13:15:17 +01:00
2020-08-24 13:32:53 +02:00
2021-02-05 00:20:45 -05:00
2021-01-26 16:46:41 +01:00
2020-08-03 15:30:40 +02:00
2020-10-01 12:34:13 +02:00
2021-01-26 16:46:41 +01:00
2020-05-05 14:45:58 +02:00
2020-11-19 01:18:35 +01:00
2020-06-16 09:43:44 +02:00
2020-08-03 15:30:40 +02:00
2020-09-02 10:28:10 +02:00
2021-02-11 17:05:34 +01:00
2021-02-05 00:20:45 -05:00
2021-02-11 17:05:34 +01:00
2021-01-26 16:46:41 +01:00