[Bluetooth] Initialize user_request_list_ with 0 values.
authorTomasz Marciniak <t.marciniak@samsung.com>
Tue, 28 Apr 2015 13:08:02 +0000 (15:08 +0200)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Tue, 28 Apr 2015 13:24:53 +0000 (22:24 +0900)
[Verification] Code compiles without errors.
TCT automated passrate 100% 212/212

Change-Id: I8ead20b0a1e3ef1fda1c4b5d1f2c76b5ce6748aa
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
src/bluetooth/bluetooth_adapter.cc

index e8ff334..d959623 100644 (file)
@@ -340,7 +340,8 @@ BluetoothAdapter::BluetoothAdapter(BluetoothInstance& instance) :
     is_visible_(false),
     is_powered_(false),
     is_initialized_(false),
-    instance_(instance)
+    instance_(instance),
+    user_request_list_()
 {
   LoggerD("Entered");
   if (BT_ERROR_NONE == bt_initialize()) {