Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Investigate Memory Leaks with Gui #129

Closed Davidah121 closed 1 year ago

Davidah121 commented 1 year ago

Centered around reallocating images and fonts when not needed. There seems to be an excessive amount of them created due to the GuiGraphicsInterface.

Davidah121 commented 1 year ago

Currently fixed. More work will be put into it to ensure that there are no more leaks. Currently memory still climbs but at a significantly slower rate and drops randomly as well. This may be things out of my control such as containers allocating extra memory.