[PATCH] android/health: Fix using uninitialized value err

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx>

---
 android/health.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/health.c b/android/health.c
index 7e2c5d6..85100cd 100644
--- a/android/health.c
+++ b/android/health.c
@@ -242,7 +242,7 @@ static int register_service_additional_protocols(sdp_record_t *rec,
 	sdp_list_t *access_proto_list = NULL;
 	sdp_data_t *psm = NULL;
 	uint32_t dcpsm;
-	GError *err;
+	GError *err = NULL;
 
 	DBG("");
 
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux