raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.61k stars 303 forks source link

GuiLoadStyle() this need unload?? #424

Closed ruby-bang closed 3 months ago

ruby-bang commented 3 months ago

GuiLoadStyle() this need unload??. because i have memory leak.

in your style header file, should you add this?

RAYGUI_FREE(font.rects); RAYGUI_FREE(font.gyphs);

because I don't get memory leak after that.