Although this api is not used within EFL, but could be used outside.
commit
055e905b84c702d746155dbd8f3b655a920a7577
Author: Jean-Philippe Andre <jp.andre@samsung.com>
Date: Thu Dec 8 16:10:20 2016 +0900
theme: Fix crash at app shutdown
The wrong hash was used to store theme data items. Obviously
this is an API that wasn't used within EFL thus untested. Yay.
@fix
Change-Id: I27d3c806b43027b73634e7c378d936b41433f4c8
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
free(data);
if (t)
{
- eina_hash_add(th->cache, key, t);
+ eina_hash_add(th->cache_data, key, t);
return t;
}
return NULL;