eina: Eina_Value - use eina_mempool_free to cleanup the memory
authorvivek <vivek.ellur@samsung.com>
Thu, 5 Feb 2015 13:57:14 +0000 (14:57 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 5 Feb 2015 14:37:15 +0000 (15:37 +0100)
commite1eff60c802a25772595edd39ca1ffe35fea1894
treef036e22d9781618fec679be29784528106625a91
parent7d6bb7fe5af6ea8efb88ed9438a6d4e1a2b67ef8
eina: Eina_Value - use eina_mempool_free to cleanup the memory

Summary:
The new value is allocated using Eina_Mempool, it should be freed using
eina_mempool, not using libc free.

@fix

Signed-off-by: vivek <vivek.ellur@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1940

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eina/eina_value.c