opengl-tutorials / ogl

http://www.opengl-tutorial.org
2.69k stars 925 forks source link

Memory leak in Particle demo. #133

Open randomMesh opened 8 months ago

randomMesh commented 8 months ago

https://github.com/opengl-tutorials/ogl/blob/316cccc5f76f47f09c16089d98be284b689e057d/tutorial18_billboards_and_particles/tutorial18_particles.cpp#L382

You should delete[] g_particule_color_data here as well.