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:
0d86ab8
)
Fix prevent issue - resource leak
62/42062/1
author
taeyoon
<taeyoon0.lee@samsung.com>
Mon, 22 Jun 2015 13:39:48 +0000
(22:39 +0900)
committer
taeyoon
<taeyoon0.lee@samsung.com>
Mon, 22 Jun 2015 13:42:07 +0000
(22:42 +0900)
Change-Id: Ib095425b6fbd5a47777a9011cc7ddd10f6892ec0
adaptors/x11/event-handler-x.cpp
patch
|
blob
|
history
diff --git
a/adaptors/x11/event-handler-x.cpp
b/adaptors/x11/event-handler-x.cpp
index 090cd0f5eaa01524c2bbfabf5795b675231c41f2..d3f3eaf6399f9d13899b443b9d9b4985efb10427 100644
(file)
--- a/
adaptors/x11/event-handler-x.cpp
+++ b/
adaptors/x11/event-handler-x.cpp
@@
-292,6
+292,13
@@
struct EventHandler::Impl
{
DALI_LOG_INFO( gImfLogging, Debug::General, "Failed to Select Events\n" );
}
+
+ free( xiEventMask.mask );
+
+ if( deviceInfo != NULL )
+ {
+ XIFreeDeviceInfo( deviceInfo );
+ }
}
}
else