X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-impl.cpp;h=4ad7d2962b3edf65d9ee18a8fdfeb678ccf29376;hp=2ab1558aab0c6c4792b72a2db101df910401d096;hb=cd1f8c935c88054e546c76834f077ba6677facb5;hpb=3d6dca0c017d06d048f479e92ff0eecb0dd6fb69 diff --git a/dali/internal/event/actors/actor-impl.cpp b/dali/internal/event/actors/actor-impl.cpp old mode 100644 new mode 100755 index 2ab1558..4ad7d29 --- a/dali/internal/event/actors/actor-impl.cpp +++ b/dali/internal/event/actors/actor-impl.cpp @@ -2446,6 +2446,7 @@ void Actor::RebuildDepthTree() SetDepthIndicesMessage( GetEventThreadServices().GetUpdateManager(), sceneGraphNodeDepths ); DALI_LOG_TIMER_END(depthTimer, gLogFilter, Debug::Concise, "Depth tree create time: "); + rootNode->~ActorDepthTreeNode(); } /**