set OnBoundsChangedCallback when destroyed
authorSukwon Suh <sukwon.suh@samsung.com>
Fri, 28 Jun 2013 07:42:00 +0000 (16:42 +0900)
committerSukwon Suh <sukwon.suh@samsung.com>
Fri, 28 Jun 2013 07:42:00 +0000 (16:42 +0900)
Change-Id: I7d323a68fadba3816137c9716ca730652799b687
Signed-off-by: Sukwon Suh <sukwon.suh@samsung.com>
src/graphics/opengl/FGrpEgl.cpp

index 5815706..d8b07c3 100644 (file)
@@ -200,6 +200,7 @@ public:
                        _VisualElementImpl* pVisualElementImpl = _VisualElementImpl::GetInstance(*pVisualElement);
                        if (pVisualElementImpl != null)
                        {
+                               pVisualElementImpl->SetBoundsChangedCallback(null, null);
                                pVisualElementImpl->SetDestroyedCallback(null, null);
                        }
                }