Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/haltest: Fix double file close
@ 2014-01-09  9:26 Andrei Emeltchenko
  2014-01-09 10:45 ` [PATCH] android/haltest: Silence static analyzers Andrei Emeltchenko
  2014-01-13 17:54 ` [PATCH] android/haltest: Fix double file close Anderson Lizardo
  0 siblings, 2 replies; 4+ messages in thread
From: Andrei Emeltchenko @ 2014-01-09  9:26 UTC (permalink / raw)
  To: linux-bluetooth

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

---
 android/android-tester.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/android/android-tester.c b/android/android-tester.c
index a448ab5..f5f8c62 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -443,8 +443,6 @@ static void emulator(int pipe, int hci_index)
 	if (len <= 0 || (strcmp(buf, "ctl.start=bluetoothd")))
 		goto failed;
 
-	close(pipe);
-	close(fd);
 	bluetoothd_start(hci_index);
 
 failed:
-- 
1.8.3.2


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

end of thread, other threads:[~2014-01-13 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09  9:26 [PATCH] android/haltest: Fix double file close Andrei Emeltchenko
2014-01-09 10:45 ` [PATCH] android/haltest: Silence static analyzers Andrei Emeltchenko
2014-01-09 17:06   ` Szymon Janc
2014-01-13 17:54 ` [PATCH] android/haltest: Fix double file close Anderson Lizardo

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