Blender Git Loki
Git Commits -> Revision 0d68f55
Revision 0d68f55 by Jeroen Bakker (master) September 8, 2020, 11:23 (GMT) |
DrawManager: Fixed memory leak in test cases Memory leak is introduced as test cases reinitializes the GPU stack. Added a call to GPU_backend_exit to fix this. In GPU_backend_exit the GPU backend was destroyed but the pointer wasn't reset for reuse. This patch also clears the pointer to be reused. |
Commit Details:
Full Hash: 0d68f55789aff106bdf9e038812d358ca55c060f
Parent Commit: 489aeab
Lines Changed: +2, -0