Fix the warning error 07/88907/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 21 Sep 2016 04:55:31 +0000 (13:55 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 21 Sep 2016 04:55:31 +0000 (13:55 +0900)
Change-Id: I4e12b8e9a37bc98b8457e6102325f928319a7e59
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bt-service-audio.c

index 2f02c95..97bf177 100644 (file)
@@ -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" */