id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,phab_field 3835,Possible OpenGL Texture Object leak,mrzzzrm,,"For an university project I'm currently building a tool that (build on top of apitrace) intercepts all OpenGL calls of an application an performs some analysis, e.g. counting the number of OpenGL Texture objects the application uses. In 0AD r17720 I did the following: 0. Start the game. No settings changed, windowed 1. Start a new Single Player Match 2. Save it immediately after it started 3. Exit to main menu without performing any action in the game 4. Load the saved game again When repeating step 3 and 4 the number of Texture Objects in 0AD increases by 6 every time, even after, say, 10 attempts. To assert this my tool intercepts glGenTextures() and glDeleteTextures() calls. I'm aware that these are rather vague statements, but maybe it helps. ",defect,closed,Nice to Have,,Core engine,needsinfo,,,