SFML community forums
Help => General => Topic started by: zac on October 01, 2008, 11:12:00 pm
-
Hey, I just discovered "Fixing crashes on exit" (or something like that) on the Roadmap... I do not encounter crashes anymore since I am deleting all Images and Fonts, stored in a manager class, before exiting...
Maybe this will help someone here...
-
Hi,
the tricky thing is the default font. If this font is instanciated, you cannot delete it (static variable in font class) and your app will crash on exit. =p