evas textblock: fix memory leak
authorSubodh Kumar <s7158.kumar@samsung.com>
Mon, 19 Oct 2015 18:34:38 +0000 (11:34 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Oct 2015 18:34:41 +0000 (11:34 -0700)
commit69c2b13474b84fa7c8fd9f3942ab89c0d346af79
tree6c069a84605418a638c6cd9ed42adde70c988961
parente2167fe2a00e75740fc62fdf826d25b919bcd732
evas textblock: fix memory leak

Summary:
Fix memory leak

Delimiter string is being saved using
eina_stringshare_replace without any del or free
when object is deleted.

@fix

Test Plan: N/A

Reviewers: tasn, herdsman

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/canvas/evas_object_textblock.c