Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cube: release framebuffers on deactivate
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes #2059
- Loading branch information