OpenGL driver causes massive memory leak

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Locked
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

OpenGL driver causes massive memory leak

Post by robmar »

With the final release 1.8 opengl driver, there is a massive leak when using the opengl driver under win 7 32-bit.

Just by creating the irr dev and specifying opengl causes the leak.

Under d3d driver, no leak occurs.

Using task manager to view the apps resource usage, when an app opens and closes an irr dev, with or without scene node and textures, a 12MB leak occurs until the app is closed.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: OpenGL driver causes massive memory leak

Post by hybrid »

Would you now please immediately stop spamming the forums with this message!? We have now at least four threads with exactly this post. And still you did not provide any actual proof that this has happened. We need a test application, which demonstrates this behavior. At best with checks for the grab counts to show that there are indeed things still referenced which should be freed.
This thread here is closed now, please re-use one of the others that is dealing with this issue.
Locked