NowPlaying.dll: TrackChangeAction executed on skin refresh, fixed.

This commit is contained in:
Birunthan Mohanathas
2012-02-19 12:35:49 +00:00
parent 03829fe739
commit 57025a5434
3 changed files with 4 additions and 6 deletions

View File

@ -266,9 +266,9 @@ unsigned int __stdcall QueryRecycleBinThreadProc(void* pParam)
g_BinCount = (double)rbi.i64NumItems;
g_BinSize = (double)rbi.i64Size;
CloseHandle(g_Thread);
g_Thread = NULL;
_endthreadex(0);
return 0;
}