diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-26 20:32:42 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-26 20:32:42 +0900 |
commit | bff48f92a3de2f92b81f7cc45f1c32f57e34dca6 (patch) | |
tree | b62b080fb746eba4c013d479d91c3deff2fa6102 /NEWS | |
parent | c5af1a7305df0878ae754f156dfb8b8686aa6a9b (diff) | |
download | efl-bff48f92a3de2f92b81f7cc45f1c32f57e34dca6.tar.gz |
evas - fix the memory corruption introduced by evas fonts_zero
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -365,6 +365,7 @@ Fixes: - Evas textblock: Fixed order of tags inserted with markup_app/prepend. - Fix proxy render to update the proxies recursively. If a proxy has proxies, all the chainged proxies should be updated recursively. - Evas textblock: Fixed wrapping of lines ending with whites. + - Evas: Fix the memory corruption introduced by evas fonts_zero. * Ecore: - Don't leak fd on exec. |