Memory leach in tutorial 14

Started by
1 comment, last by willyx 22 years, 10 months ago
Hi, i use the numega bound checker to find errors in all project and looking for the tutorial 14 there is a memory leach when u release the font.The right rutine is: GLvoid KillFont(GLvoid) { DeleteObject(font); //(NEW)Unload the font memory glDeleteLists(base, 256); // Delete All 256 Characters }
Advertisement
You mean leak.

Yes

This topic is closed to new replies.

Advertisement