Blender Git Commit Log
Git Commits -> Revision 5544ded
Revision 5544ded by Nicholas Bishop (master) February 9, 2015, 11:02 (GMT) |
Fix ImBuf leaked by Image from View operator Running this operator and and closing Blender gives this: Error: Not freed memory blocks: 2 ImBuf_struct len: 2480 0x69ba4f8 imb_addrectImBuf len: 1048576 0x6ccc2d8 Fixed with added call to IMB_freeImBuf in BKE_image_add_from_imbuf. Could be fixed in the operator instead, but I think the BKE function is the correct place since the comment says it should take ownership of the ImBuf. Reviewers: sergey Reviewed By: sergey Differential Revision: https://developer.blender.org/D1084 |
Commit Details:
Full Hash: 5544ded2b513a41caa1673aea3dfbbc5b56380be
Parent Commit: 567e147
Lines Changed: +6, -1