throw away all NULLs and replace them by 0s

This commit is contained in:
Andrzej Rybczak
2009-08-30 17:43:13 +02:00
parent 0a22debf0e
commit 6843b98627
5 changed files with 23 additions and 35 deletions

View File

@@ -80,7 +80,7 @@ void Info::Update()
if (!ArtistReady)
return;
pthread_join(*Downloader, NULL);
pthread_join(*Downloader, 0);
w->Flush();
delete Downloader;
Downloader = 0;