From 600ad0f6cd857644172e52b76618815005d0010c Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 7 Feb 2014 14:11:15 +0200 Subject: [PATCH] android/haltest: Remove unneeded assignment --- android/client/if-audio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android/client/if-audio.c b/android/client/if-audio.c index 8c640a1f2..5ab11a606 100644 --- a/android/client/if-audio.c +++ b/android/client/if-audio.c @@ -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; -- 2.47.3