Files
assimp/code
Anton Vaneev 2cd3da4831 Fix a leak in FBXDocument when duplicate object IDs are found
When a duplicate ID is encountered, existing LazyObject is overwritten. Previously allocated instance leaks.

This change deletes the previously allocated instance before overwriting the pointer.
2023-02-16 11:21:29 +01:00
..
2022-01-10 21:13:43 +01:00
2022-01-10 21:13:43 +01:00
2022-06-30 20:58:34 +02:00