diff options
| author | 2017-12-28 09:49:25 +0100 | |
|---|---|---|
| committer | 2017-12-28 17:30:25 +0100 | |
| commit | 34c3818bd7283e5ea902adc80fc5f28890a83d90 (patch) | |
| tree | 215703d73bcd8666da1ef3a231b85280f893984d /core | |
| parent | 2a58be66498907c972fbd863174a30fa8235f172 (diff) | |
| download | subsurface-34c3818bd7283e5ea902adc80fc5f28890a83d90.tar.gz | |
Cleanup: Uninitialized scalar field
CID 208315
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core')
| -rw-r--r-- | core/qt-ble.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 2e92345dc..5836c93af 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -135,6 +135,7 @@ BLEObject::BLEObject(QLowEnergyController *c, dc_user_device_t *d) controller = c; device = d; debugCounter = 0; + isCharacteristicWritten = false; } BLEObject::~BLEObject() |