throw away all NULLs and replace them by 0s
This commit is contained in:
@@ -306,7 +306,7 @@ void Lyrics::Take()
|
||||
{
|
||||
if (!Ready)
|
||||
return;
|
||||
pthread_join(*Downloader, NULL);
|
||||
pthread_join(*Downloader, 0);
|
||||
w->Flush();
|
||||
delete Downloader;
|
||||
Downloader = 0;
|
||||
|
||||
Reference in New Issue
Block a user