Blender Git Commit Log
Git Commits -> Revision a80977c
Revision a80977c by Bastien Montagne (master) August 26, 2016, 10:54 (GMT) |
Fix T49139: Memory leak in UV image editor related to Undo (and possibly Waveform and Vectorscope). Assigning NULL to scopes' data pointer in 'non-UI readfile' context was terribly wrong for sure, if we'd really want to reset them here we should freed them first. But we can rather just ignore them here, those are purely runtime data managed by image editor, no need to touch them here. |
Commit Details:
Full Hash: a80977cd213d1a158f4292b9809c85a5b2a7a699
Parent Commit: f73c4b4
Lines Changed: +7, -4
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+7, -4) (Diff)