Skip to content
Snippets Groups Projects
Commit 7da0d1a7 authored by Matt Ebb's avatar Matt Ebb
Browse files

* Fixed a crazy memory leak in voxel data image sequence data source

parent d5e9eb7d
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,8 @@ void load_frame_image_sequence(Render *re, VoxelData *vd, Tex *tex)
rf +=4;
}
}
BKE_image_free_anim_ibufs(ima, iuser->framenr);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment