mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:05:41 -04:00
CDROM: Fix second response event not being cleaned up
This commit is contained in:
parent
093904f930
commit
aa675163e2
@ -102,6 +102,7 @@ void CDROM::Initialize()
|
||||
void CDROM::Shutdown()
|
||||
{
|
||||
m_command_event.reset();
|
||||
m_command_second_response_event.reset();
|
||||
m_drive_event.reset();
|
||||
m_reader.StopThread();
|
||||
m_reader.RemoveMedia();
|
||||
|
Loading…
x
Reference in New Issue
Block a user