canvas textblock: + null handling

This commit is contained in:
Hermet Park 2020-02-13 19:16:01 +09:00
parent db0f08fbae
commit d62f967ed6
1 changed files with 1 additions and 0 deletions

View File

@ -15653,6 +15653,7 @@ _efl_canvas_textblock_efl_gfx_filter_filter_source_set(Eo *eo_obj, Efl_Canvas_Te
else
{
pb = calloc(1, sizeof(*pb));
if (!pb) return;
pb->eo_proxy = eo_obj;
pb->eo_source = eo_source;
pb->name = eina_stringshare_add(name);