mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Avoid virtual dispatch in SoundManager dtor
This commit is contained in:
parent
b0311ce9f1
commit
9275dd2dcb
@ -109,7 +109,7 @@ namespace MWSound
|
||||
|
||||
SoundManager::~SoundManager()
|
||||
{
|
||||
clear();
|
||||
SoundManager::clear();
|
||||
mSoundBuffers.clear();
|
||||
mOutput.reset();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user