textblock: Fix dangling data ref
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 06:43:20 +0000 (15:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 06:58:21 +0000 (15:58 +0900)
commitcfd5f114108ab06f4b08d7744dd6f7c707f72887
tree28f8c87b6aa9f39e2edfd1f1748022307c753af3
parenta568d26f722140dcf2169e7cf474ca6366701ef5
textblock: Fix dangling data ref

In this case data_scope_get is more appropriate as the data is
indeed stored on the stack (function scope) and not somewhere else.

After this last fix I see no eo_debug error logs in elementary test.
Yay! eo_debug is now usable :)
src/lib/evas/canvas/evas_object_textblock.c