NowPlaying.dll: Fixed some bangs caused iTunes to crash when no track is playing

This commit is contained in:
Birunthan Mohanathas
2011-11-06 08:42:56 +00:00
parent 3bf00bccd0
commit a1d77db896
2 changed files with 6 additions and 6 deletions

View File

@ -55,6 +55,8 @@ CPlayer::CPlayer() :
*/
CPlayer::~CPlayer()
{
DeleteFile(m_TempCoverPath.c_str());
if (m_InternetThread)
{
TerminateThread(m_InternetThread, 0);