fixed: close the mpd socket and stop the mpd client thread before exiting
This commit is contained in:
parent
e4d40a807c
commit
3d365f0ea9
2 changed files with 6 additions and 1 deletions
|
@ -209,6 +209,9 @@ void CBitVis::Process()
|
|||
}
|
||||
|
||||
m_jackclient.Disconnect();
|
||||
m_mpdclient->StopThread();
|
||||
delete m_mpdclient;
|
||||
m_mpdclient = NULL;
|
||||
}
|
||||
|
||||
void CBitVis::ProcessSignalfd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue