[Tizen] Disable property notification when the object is deleted 40/288640/1 accepted/tizen_6.5_unified accepted/tizen/6.5/unified/20230222.114605 submit/tizen_6.5/20230221.080105
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Feb 2023 08:10:26 +0000 (17:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 21 Feb 2023 02:13:42 +0000 (11:13 +0900)
Change-Id: Ief68d6cb246e75f9f9870f5285dc827b53ad2916

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

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