Files
test2/source/blender
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 14:04:56 -05:00
2024-01-31 22:01:30 -05:00
2024-02-01 13:15:23 +01:00
2024-01-31 22:01:30 -05:00
2024-01-31 22:01:30 -05:00
2024-01-31 14:04:56 -05:00
2024-01-31 22:01:30 -05:00