Rémi Verschelde
7b5d1ea5b9
Fix various uninitialized member pointers
...
Using this command:
```
find -name "thirdparty" -prune -o -name "*.h" -exec sed -i {} -e '/return /! s/\t\([A-Za-z0-9_]* \*[A-Za-z0-9_]*\)\;/\t\1 = nullptr;/g' \;
```
And then reviewing the changes manually to discard the ones that don't
seem correct/safe/good (notably changes to `core` unions).
2022-09-06 11:20:27 +02:00
..
2022-08-29 14:59:47 +02:00
2022-07-23 07:31:17 +02:00
2022-08-29 19:38:13 -05:00
2022-05-20 22:40:38 +02:00
2022-08-29 14:59:47 +02:00
2022-07-06 14:12:36 +03:00
2022-05-20 22:40:38 +02:00
2022-07-25 11:17:40 +02:00
2022-09-01 13:13:19 +02:00
2022-09-01 13:13:19 +02:00
2022-09-04 00:04:11 +09:00
2022-07-01 03:55:28 +09:00
2022-09-04 00:04:11 +09:00
2022-07-16 19:53:11 +09:00
2022-07-28 01:21:29 +09:00
2022-07-26 18:48:08 +09:00
2022-09-01 18:39:17 +02:00
2022-07-25 11:17:40 +02:00
2022-07-29 19:53:09 +02:00
2022-05-16 10:37:48 +02:00
2022-07-29 19:53:09 +02:00
2022-07-25 11:17:40 +02:00
2022-08-23 08:47:21 +03:00
2022-07-06 14:12:36 +03:00
2022-05-16 10:37:48 +02:00
2022-05-16 10:37:48 +02:00
2022-08-23 08:47:21 +03:00
2022-07-25 11:17:40 +02:00
2022-08-23 14:39:01 +03:00
2022-08-06 23:43:06 +02:00
2022-08-29 19:38:13 -05:00
2022-07-25 11:17:40 +02:00
2022-08-26 12:26:25 +02:00
2022-08-09 09:18:45 +09:00
2022-08-29 19:38:13 -05:00
2022-05-16 10:37:48 +02:00
2022-08-20 13:24:40 -05:00
2022-05-16 10:37:48 +02:00
2022-08-23 14:39:01 +03:00
2022-07-25 11:17:40 +02:00
2022-08-26 14:58:22 +02:00
2022-05-16 10:37:48 +02:00
2022-08-31 12:14:46 -07:00
2022-09-06 11:20:27 +02:00