Closed MirkoCovizzi closed 1 week ago
Fixes: https://github.com/libsdl-org/SDL_ttf/pull/412#issuecomment-2448128287 (tested)
Fixes: https://github.com/libsdl-org/SDL_ttf/issues/425 (tested, after fixing the main loop by adding SDL_PollEvent
)
@captain0xff @bmrhoads Please let me know if this works for you
Yes, this fixes the leak on my end.
Merged, thanks!
Yeah, it's working great thank you
The engine's
DestroyText
function is never called, as well as the frees for some internal components. This fixes memory leaks reported by some users.