Opened 8 years ago

Last modified 3 years ago

#3835 closed defect

Possible OpenGL Texture Object leak — at Initial Version

Reported by: mrzzzrm Owned by:
Priority: Nice to Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description

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:

  1. Start the game. No settings changed, windowed
  2. Start a new Single Player Match
  3. Save it immediately after it started
  4. Exit to main menu without performing any action in the game
  5. 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.

Change History (0)

Note: See TracTickets for help on using tickets.