android/haltest: Remove unneeded assignment

This commit is contained in:
Andrei Emeltchenko 2014-02-07 14:11:15 +02:00 committed by Luiz Augusto von Dentz
parent d2e481c322
commit 600ad0f6cd

View File

@ -225,10 +225,8 @@ static void *playback_thread(void *data)
pthread_mutex_unlock(&outstream_mutex);
} while (len && w_len > 0);
if (in) {
if (in)
fclose(in);
in = NULL;
}
pthread_cleanup_pop(1);
return NULL;