Blender Git Loki
Git Commits -> Revision 26b2323
Revision 26b2323 by Sergey Sharybin (master) May 16, 2017, 13:36 (GMT) |
Fix memory leak when saving OpenEXR files It is not a good idea to: 1. Duplicate metadata to self 2. Ignore the fact that something might have had metadata already. Also moved metadata copy to a preparation function, so it is never lost. |
Commit Details:
Full Hash: 26b232318930739a73d88afc9aaca7992301f03a
Parent Commit: 8be9d68
Lines Changed: +6, -1