From: Szymon Jastrzebski Date: Thu, 9 Feb 2017 12:43:36 +0000 (+0100) Subject: [Bluetooth] Private member initialized X-Git-Tag: submit/tizen_3.0/20170213.112925~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e24cb72b87eefb58b7f7954324fc804cd68d278;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Bluetooth] Private member initialized [Verification] TCT tests passed Change-Id: I1238a5955511f381afcdfb835c4627418679bdf7 Signed-off-by: Szymon Jastrzebski --- diff --git a/src/bluetooth/bluetooth_instance.cc b/src/bluetooth/bluetooth_instance.cc index 16a2f5aa..322f45f4 100755 --- a/src/bluetooth/bluetooth_instance.cc +++ b/src/bluetooth/bluetooth_instance.cc @@ -30,6 +30,7 @@ BluetoothInstance::BluetoothInstance() : bluetooth_adapter_(*this), bluetooth_device_(bluetooth_adapter_), bluetooth_health_application_(bluetooth_health_profile_handler_), + bluetooth_health_channel_(), bluetooth_health_profile_handler_(*this), bluetooth_service_handler_(bluetooth_adapter_), bluetooth_socket_(bluetooth_adapter_),