Diff between d2e481c3227951064d7d2b12b23692a1a9f2dd93 and 600ad0f6cd857644172e52b76618815005d0010c

Changed Files

File Additions Deletions Status
android/client/if-audio.c +1 -3 modified

Full Patch

diff --git a/android/client/if-audio.c b/android/client/if-audio.c
index 8c640a1..5ab11a6 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;