Merge "Fix svace issue at control/text-anchor-impl" into devel/master
authorDavid Steele <david.steele@samsung.com>
Fri, 3 Dec 2021 11:40:59 +0000 (11:40 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 3 Dec 2021 11:40:59 +0000 (11:40 +0000)
dali-toolkit/internal/controls/text-controls/text-anchor-impl.cpp

index 2fde91c..37831ea 100644 (file)
@@ -155,7 +155,10 @@ void TextAnchor::OnInitialize()
 }
 
 TextAnchor::TextAnchor()
-: Control(ControlBehaviour(CONTROL_BEHAVIOUR_DEFAULT))
+: Control(ControlBehaviour(CONTROL_BEHAVIOUR_DEFAULT)),
+  mStartCharacterIndex(0),
+  mEndCharacterIndex(0),
+  mUri()
 {
 }