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
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