mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 22:45:33 +00:00
Avoid virtual dispatch in SoundManager dtor
This commit is contained in:
parent
b0311ce9f1
commit
9275dd2dcb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace MWSound
|
||||||
|
|
||||||
SoundManager::~SoundManager()
|
SoundManager::~SoundManager()
|
||||||
{
|
{
|
||||||
clear();
|
SoundManager::clear();
|
||||||
mSoundBuffers.clear();
|
mSoundBuffers.clear();
|
||||||
mOutput.reset();
|
mOutput.reset();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue