Fixed SVACE error in BridgeBase 98/258398/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 14 May 2021 12:10:47 +0000 (13:10 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 14 May 2021 12:11:52 +0000 (13:11 +0100)
Change-Id: I1a6bdbaf6b6c3c2e080f1767533f5471f4b4395f

dali/internal/accessibility/bridge/bridge-base.h

index 5088ec6..7361181 100644 (file)
@@ -301,7 +301,7 @@ protected:
   DBusWrapper::ConnectionPtr con;
   int                        id = 0;
   DBus::DBusClient           registry;
-  bool                       allowObjectBoundsChangedEvent;
+  bool                       allowObjectBoundsChangedEvent{false};
 };
 
 #endif // DALI_INTERNAL_ACCESSIBILITY_BRIDGE_BASE_H