diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-20 20:04:58 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-20 20:05:32 +0900 |
commit | 4096a185232ce685db92b391d8a8cc241a090b2c (patch) | |
tree | 7b238a54368797b1061c38ba0782c0bd548a8d24 /NEWS | |
parent | 21b82129025d96d872d2d7fda1eb62c67a5b5207 (diff) | |
download | efl-4096a185232ce685db92b391d8a8cc241a090b2c.tar.gz |
edje: fix use of eina_hash_pointer_new to actually look at the right value.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -435,7 +435,8 @@ Fixes: - Fix size calculation of flags of signal callbacks - Check for both Lua 5.1 and 5.2. - Fixed memory leak in the edje map color transition. - - Add null checking for name of anchor and item in geometry get functions. + - Add null checking for name of anchor and item in geometry get functions. + - Fix use of eina_hash_pointer to actually look at the pointer value. * Efreet: - Fix desktop command parsing of https. |