forked from mia/Aegisub
Remove pointless call to CloseStream in AudioPlayer's destructor (calling virtual functions in constructors/destructors calls the version from the current class, not the most derived type)
Originally committed to SVN as r6226.
This commit is contained in:
parent
81a99ae27b
commit
2f38efede6
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ AudioPlayer::~AudioPlayer() {
|
|||
if (displayTimer) {
|
||||
displayTimer->Stop();
|
||||
}
|
||||
CloseStream();
|
||||
}
|
||||
|
||||
AudioPlayer* AudioPlayerFactory::GetAudioPlayer() {
|
||||
|
|
Loading…
Reference in a new issue