projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb3372
)
Revert "[Tizen] Destructors cannot throw exceptions."
89/113789/1
author
minho.sun
<minho.sun@samsung.com>
Thu, 9 Feb 2017 01:54:05 +0000
(10:54 +0900)
committer
minho.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
patch
|
blob
|
history
diff --git
a/adaptors/x11/native-image-source-impl-x.cpp
b/adaptors/x11/native-image-source-impl-x.cpp
index 91f32b6d1673242180fd439a1a8636be89dd7a24..779b03a6ee2e8aeae5b36c5b3f66e8da799bda71 100755
(executable)
--- a/
adaptors/x11/native-image-source-impl-x.cpp
+++ b/
adaptors/x11/native-image-source-impl-x.cpp
@@
-61,7
+61,7
@@
namespace
{
if( !XDestroyImage(mXImage) )
{
- DALI_
LOG_ERROR
("XImage deallocation failure");
+ DALI_
ASSERT_DEBUG
("XImage deallocation failure");
}
}
}