[Tizen] Fix svace/coverity issue (key events constructor) 47/299047/1 accepted/tizen/8.0/unified/20231005.094012 accepted/tizen/unified/20230920.072018 tizen_8.0_m2_release
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 19 Sep 2023 02:07:48 +0000 (11:07 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 19 Sep 2023 02:37:35 +0000 (11:37 +0900)
Change-Id: Id8fbaea475664db81609a78116c091d15d813713
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/event/events/key-event-impl.cpp

index e177329..112f379 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -44,7 +44,8 @@ KeyEvent::KeyEvent()
   mCompose(""),
   mDeviceName(""),
   mDeviceClass(Device::Class::NONE),
-  mDeviceSubclass(Device::Subclass::NONE)
+  mDeviceSubclass(Device::Subclass::NONE),
+  mIsRepeat(false)
 {
 }