Files
test/source/blender/blenkernel
Nicholas Bishop 5544ded2b5 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
2015-02-09 12:02:59 +01:00
..
2014-11-23 18:55:52 +01:00
2015-02-07 04:50:21 +11:00
2015-02-05 14:32:57 +01:00
2014-05-14 06:37:56 +10:00
2015-02-05 14:32:57 +01:00
2014-09-10 23:00:24 +10:00
2015-01-07 02:06:37 +11:00
2015-02-07 04:50:21 +11:00
2014-07-21 12:02:05 +02:00
2015-01-09 18:35:32 +01:00
2015-02-05 14:32:57 +01:00
2013-09-18 00:07:17 +00:00
2014-10-09 22:44:03 +02:00
2013-03-26 07:29:01 +00:00
2013-03-26 07:29:01 +00:00