Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/4] android/haltest: Remove unneeded assignment
@ 2014-02-07 12:11 Andrei Emeltchenko
  2014-02-07 12:11 ` [PATCH 2/4] avdtp: Fix passing NULL pointer to memcpy Andrei Emeltchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Andrei Emeltchenko @ 2014-02-07 12:11 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

---
 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 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;
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-13  8:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 12:11 [PATCH 1/4] android/haltest: Remove unneeded assignment Andrei Emeltchenko
2014-02-07 12:11 ` [PATCH 2/4] avdtp: Fix passing NULL pointer to memcpy Andrei Emeltchenko
2014-02-07 12:11 ` [PATCH 3/4] " Andrei Emeltchenko
2014-02-07 12:11 ` [PATCH 4/4] bnep: Calculate ifindex after NULL check Andrei Emeltchenko
2014-02-10 12:16 ` [PATCH 1/4] android/haltest: Remove unneeded assignment Luiz Augusto von Dentz
2014-02-13  8:21   ` Andrei Emeltchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox