Merge pull request #9763 from paul-szczepanek-arm/gattserver-fix

BLE: fixed initialisation order in GattServer
pull/9774/head
Martin Kojtal 2019-02-20 09:40:44 +01:00 committed by GitHub
commit 4b83fe1103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,9 +196,9 @@ protected:
* Construct a GattServer instance.
*/
GattServer() :
eventHandler(NULL),
serviceCount(0),
characteristicCount(0),
eventHandler(NULL),
dataSentCallChain(),
dataWrittenCallChain(),
dataReadCallChain(),