diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-15 15:00:13 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-15 15:00:13 +0900 |
commit | 0daa2d02c7cd981615f8675be958af4d3133c5fa (patch) | |
tree | 6c01840712fcf4280506d314fd1bec24b341990b /NEWS | |
parent | e309967384a28ccd8f463d63a91b06d2dcc4f8aa (diff) | |
download | efl-0daa2d02c7cd981615f8675be958af4d3133c5fa.tar.gz |
Edje - Fixed memory leak in the edje map color transition.
Some cases, It doesn't free the interpolated colors.
Now it has guaranteed to free them always.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -428,6 +428,8 @@ Fixes: - Correctly set match flag of signal callbacks - 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. + * Efreet: - Fix desktop command parsing of https. * Emotion: |