Destructors cannot throw exceptions. 05/110305/1
authorFrancisco Santos <f1.santos@samsung.com>
Fri, 13 Jan 2017 15:21:38 +0000 (15:21 +0000)
committerFrancisco Santos <f1.santos@samsung.com>
Fri, 13 Jan 2017 15:21:38 +0000 (15:21 +0000)
Change-Id: I74e17e92c84f20c5df89d9b1ff7c2c5fa8defcfc

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

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