[Tizen] Disable property notification when the object is deleted 06/288606/1 accepted/tizen/7.0/unified/20230223.015613
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Feb 2023 08:10:26 +0000 (17:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Feb 2023 08:11:24 +0000 (17:11 +0900)
Change-Id: Ief68d6cb246e75f9f9870f5285dc827b53ad2916

dali/internal/event/common/object-impl.cpp

index da251d7..8621b53 100644 (file)
@@ -980,6 +980,10 @@ Object::~Object()
   {
     item->ObjectDestroyed(*this);
   }
+
+  // Disable property notifications in scene graph
+  DisablePropertyNotifications();
+
   delete mConstraints;
   delete mPropertyNotifications;