From b9f18b321755a3902deae5fde240b2d8c23f7115 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 21 Sep 2016 13:55:31 +0900 Subject: [PATCH] Fix the warning error Change-Id: I4e12b8e9a37bc98b8457e6102325f928319a7e59 Signed-off-by: DoHyun Pyun --- bt-service/bt-service-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-service/bt-service-audio.c b/bt-service/bt-service-audio.c index 2f02c95..97bf177 100644 --- a/bt-service/bt-service-audio.c +++ b/bt-service/bt-service-audio.c @@ -690,7 +690,7 @@ int _bt_audio_connect(int request_id, int type, GDBusProxy *adapter_proxy; GDBusConnection *g_conn; int ret; - char *uuid; + char *uuid = NULL; int value = BLUETOOTH_ERROR_NONE; bt_audio_function_data_t *func_data; guint hfp_hs_restricted = 0x0; /* set default "allowed" */ -- 2.7.4