[Tizen] Disable property notification when the object is deleted
[platform/core/uifw/dali-core.git] / 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;