Revert "[Tizen] Destructors cannot throw exceptions." 89/113789/1
authorminho.sun <minho.sun@samsung.com>
Thu, 9 Feb 2017 01:54:05 +0000 (10:54 +0900)
committerminho.sun <minho.sun@samsung.com>
Thu, 9 Feb 2017 01:54:21 +0000 (10:54 +0900)
This reverts commit 78034914a4f2bc8360dba0e402b51a8df37bea1b.

Change-Id: Ie6190e5ecf184482c4865dfc37a186c4e487b273

adaptors/x11/native-image-source-impl-x.cpp

index 91f32b6d1673242180fd439a1a8636be89dd7a24..779b03a6ee2e8aeae5b36c5b3f66e8da799bda71 100755 (executable)
@@ -61,7 +61,7 @@ namespace
       {
         if( !XDestroyImage(mXImage) )
         {
-          DALI_LOG_ERROR("XImage deallocation failure");
+          DALI_ASSERT_DEBUG("XImage deallocation failure");
         }
       }
     }