[Tizen] Destructors cannot throw exceptions. 63/110963/1
authorFrancisco Santos <f1.santos@samsung.com>
Fri, 13 Jan 2017 15:21:38 +0000 (15:21 +0000)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 19 Jan 2017 04:01:38 +0000 (13:01 +0900)
- This patch is cherry-picked from devel/master branch.
  After DALi Integration (version up) to 1.2.23, this patch can be reverted.

Change-Id: I74e17e92c84f20c5df89d9b1ff7c2c5fa8defcfc

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

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