mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
android/haltest: Remove unneeded assignment
This commit is contained in:
parent
d2e481c322
commit
600ad0f6cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user