Files
test2/source/blender/blenkernel
Bastien Montagne fdfbb3ad20 Fix (unreported) memleak in IDHash when computing the hash fails.
Code would early-return on failure, forgetting to free the xxhash state.

Use the `BLI_SCOPED_DEFER` util to ensure the state is always properly freed
when it gets out of scope.

Pull Request: https://projects.blender.org/blender/blender/pulls/147189
2025-10-02 16:26:03 +02:00
..
2025-10-02 09:44:53 +02:00
2025-04-04 18:38:53 +02:00
2025-08-22 17:59:27 +02:00
2025-05-22 16:32:44 +02:00