xavieran / BaKGL

Remake of Betrayal at Krondor using OpenGL
GNU General Public License v3.0
36 stars 2 forks source link

GL memory leak with GDS scenes #174

Closed xavieran closed 4 months ago

xavieran commented 4 months ago

Because I dynamically load the image data into opengl when entering a GDS scene I also need to free it when leaving since it is not reused.