diff options
author | ChunEon Park <chuneon.park@samsung.com> | 2013-02-25 16:56:25 +0900 |
---|---|---|
committer | ChunEon Park <chuneon.park@samsung.com> | 2013-02-25 16:56:25 +0900 |
commit | 2af4cc2687e68897fe77a3080352b0a1d15b6620 (patch) | |
tree | feb2c235fb7e8c43469a5841ec4527f6c668cef9 /NEWS | |
parent | 0920a8e182d022f0b7b527ce657265deae4580bd (diff) | |
download | efl-2af4cc2687e68897fe77a3080352b0a1d15b6620.tar.gz efl-2af4cc2687e68897fe77a3080352b0a1d15b6620.tar.xz efl-2af4cc2687e68897fe77a3080352b0a1d15b6620.zip |
* evas/cache: remove the freed worker from the pthread worker list when it's failed to create a new thread so as not to access it if a thread is working newly.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,4 +179,4 @@ Fixes: * Fix ecore-x edid fetch to ftech 128, not 100 bytes. * Evas text: Fixed bug with the text object direction detection. * Evas font: Fixed font run detection for specific cases with 2 different fonts in the middle of a run. - + * Evas cache: remove the freed worker from the pthread worker list when it's failed to create a new thread so as not to access it if a thread is working newly. |