enlightenment/src/modules/wl_desktop_shell
Chris Michael f6d2f30d93 Port D1089 patch from Seunghun Lee <shiin.lee@samsung.com> to current
E master

fix crash and memory leak when press and release any key repeatedly.

Summary:
since the size of wl_array is determined based on one byte,
so in order to compare with uint32_t, the size of wl_array should
be divided by uint32_t's size.
and when calculate the size of wl_array by difference between two
address, address should type cast char* as one byte.

Test Plan:
(1) run terminology
(2) input any key several time.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-06-26 10:58:06 -04:00
..
e-desktop-shell.xml Update desktop_shell xml file for version 2. 2013-08-06 12:36:48 +01:00
e-module-wl_desktop_shell.edj Add start of wl_desktop_shell module code. 2013-04-16 12:47:55 +01:00
e_desktop_shell_protocol.c Add desktop_ready request to desktop_shell interface. 2013-08-06 12:38:48 +01:00
e_desktop_shell_protocol.h Add "desktop_ready" function to desktop_shell interface. 2013-08-06 12:37:11 +01:00
e_mod_main.c Port D1089 patch from Seunghun Lee <shiin.lee@samsung.com> to current 2014-06-26 10:58:06 -04:00
e_mod_main.h Add start of wl_desktop_shell module code. 2013-04-16 12:47:55 +01:00
module.desktop.in Updating translations 2014-05-19 22:04:38 +02:00