[Tizen] Fix coverity issue : Initialize rendererAdded accepted/tizen/unified/20250331.151908 accepted/tizen/unified/20250401.113841 accepted/tizen/unified/x/20250401.051150 accepted/tizen/unified/x/20250401.224343
authorangler <jaws.lee@samsung.com>
Tue, 25 Mar 2025 02:25:08 +0000 (11:25 +0900)
committerangler <jaws.lee@samsung.com>
Tue, 25 Mar 2025 02:25:11 +0000 (11:25 +0900)
This reverts commit 45150f19d5ae3cebed7dbd4765637549b62a1265.

dali/integration-api/core.h

index ef5487f06ebfaad8c647f84be51ec438a22244b6..4fbb1f183de8190f2c974aca64302420dff7afed 100644 (file)
@@ -83,6 +83,7 @@ public:
   UpdateStatus()
   : keepUpdating(false),
     needsNotification(false),
+    rendererAdded(false),
     secondsFromLastFrame(0.0f)
   {
   }