Sybren A. Stüvel
fd7fcb2cdc
Fix #117720 : Crash when selecting these two armatures
...
Properly wrap a returned `char *` that could be `nullptr` into an
`std::optional<std::string>`. `std::string` doesn't like `nullptr`.
Another problem was that the wrapped `char *` was actually allocated on
the heap, and not freed after conversion to a `std::string`, causing
memory leaks.
2024-02-01 14:53:35 +01:00
..
2024-01-31 17:08:09 +01:00
2024-01-26 18:43:13 -05:00
2024-01-08 11:32:49 +11:00
2024-01-31 14:04:56 -05:00
2024-02-01 12:43:39 +01:00
2024-01-31 21:12:16 -05:00
2024-01-31 21:12:16 -05:00
2024-01-23 18:38:15 +01:00
2024-01-31 22:01:30 -05:00
2024-02-01 10:21:42 +01:00
2024-01-22 15:58:18 +01:00
2024-02-01 09:21:55 +01:00
2024-02-01 14:10:51 +01:00
2024-02-01 13:15:23 +01:00
2024-01-31 09:24:40 +11:00
2024-01-26 11:45:56 +01:00
2024-02-01 13:33:06 +01:00
2024-01-31 22:01:30 -05:00
2024-02-01 14:28:02 +01:00
2024-01-22 15:58:18 +01:00
2024-01-31 22:01:30 -05:00
2024-01-31 22:01:30 -05:00
2024-02-01 09:21:55 +01:00
2024-02-01 14:53:35 +01:00
2024-02-01 09:21:55 +01:00
2024-02-01 14:29:30 +01:00
2024-01-31 14:04:56 -05:00
2024-02-01 09:50:48 +01:00
2024-01-31 22:01:30 -05:00
2024-01-18 12:21:19 +01:00
2024-01-23 21:10:33 +01:00
2024-01-31 21:12:16 -05:00
2024-01-22 13:47:13 +01:00