But as I said, the backtrace is odd.
For Example this one(sorry, but I haven't seen it before)
#13 0x00000000004740c6 in ~ImageList (this=0xb25430) at Resources/ImageList.h:39
is a class of mine but the destructor can't be responsible because
1) it's a Singleton, therefore it can't be destroyed before the program is exiting.
2) it only has a default destructor.(line 39 is the opening bracket of the class)
The class is not event deriving from another and no class is deriving from it.
By the way it's a class that also holds sfml Images and Sprites(as well as wxWidgets Images and Bitmaps) but these Sprites are not used anywhere else. And without the class described in the first post everything works fine