summaryrefslogtreecommitdiffstats
path: root/tests/bttestui
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-03 09:23:25 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-03 09:23:25 +0200
commitf78b5f54d8c7536257629ad39bc300e233584949 (patch)
treee919f3f79a97e14fe927e840b2ad845d5ee92ee3 /tests/bttestui
parentd2c043d9bb1172f37b3d9051b0483c4a0f3a5d05 (diff)
parentcb6bdcb3fb94a38613304b60724e0cd02962cd14 (diff)
Merge branch 'dev' into btle
Conflicts: src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp Change-Id: Ib960b9e8d8800af84d2094bdf26c2652d4c81dba
Diffstat (limited to 'tests/bttestui')
-rw-r--r--tests/bttestui/btlocaldevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bttestui/btlocaldevice.cpp b/tests/bttestui/btlocaldevice.cpp
index e70003ac..df23c859 100644
--- a/tests/bttestui/btlocaldevice.cpp
+++ b/tests/bttestui/btlocaldevice.cpp
@@ -106,6 +106,8 @@ BtLocalDevice::BtLocalDevice(QObject *parent) :
} else {
deviceAgent = 0;
serviceAgent = 0;
+ socket = 0;
+ server = 0;
}
}