edje text: add a missing return macro

Summary:
RETURN_* macro does unref before exiting functions.
Must be called after using PROXY_DATA_GET macro.
@fix

Test Plan:
1. Run terminology
2. Open Setting
3. Check error messages when you change something from Setting.

Reviewers: herdsman, raster

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4956
This commit is contained in:
Youngbok Shin 2017-06-12 16:33:00 +03:00 committed by Daniel Hirt
parent f29dfe2789
commit e312a97ef3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ _efl_canvas_layout_internal_text_efl_text_text_set(Eo *obj,
{
PROXY_DATA_GET(obj, pd);
_edje_efl_text_set(obj, pd->ed, pd->part, text);
RETURN_VOID;
}
EOLIAN static const char *