Disable property notification when the object is deleted 05/288605/2
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Feb 2023 08:10:26 +0000 (17:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 22 Feb 2023 01:14:30 +0000 (10:14 +0900)
Change-Id: Ief68d6cb246e75f9f9870f5285dc827b53ad2916

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

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