skumbananaaa
Topic Author
Posts: 6
Joined: 21 Sep 2020, 12:35

Memory Leak

29 Sep 2020, 09:40

I have a very basic implementation of Noesis in my Engine. I initialize one view, one renderdevice, and two textures, glyphs and ramps. All Textures are released, the RenderDevice is released, the view is released and I call Noesis::GUI::Shutdown().

But still I get a memory leak detected from Noesis of 1704 bytes, any ideas?
 
User avatar
jsantos
Site Admin
Posts: 3919
Joined: 20 Jan 2012, 17:18
Contact:

Re: Memory Leak

29 Sep 2020, 12:24

Until we have better information about leaks (as suggested in #1707) the only way to solve this is starting from a state without leaks and incrementally adding new objects to detect the one that is leaking.

Probably you have global Ptr objects somewhere. Make sure to reset them before shutdown.

Who is online

Users browsing this forum: Google [Bot], Semrush [Bot] and 1 guest