Hi All;
I am using SFML2.2 on windows 8.1.
When deleting sound buffers I am no longer using (for example on app exit), I sometimes get a crash when the
sf::SoundBuffer::~SoundBuffer() destructor is called, which seems to have triggered a heap corruption...
Any idea on what the issue is, and how to solve it please;
Thanks in advance;