live_edit: add return value

Summary: fix static analyzer warning

Reviewers: Hermet, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D4000
This commit is contained in:
Bowon Ryu 2016-06-02 15:19:23 +09:00 committed by Jaehyun Cho
parent 5f6dd2eb39
commit 722d245929
1 changed files with 1 additions and 1 deletions

View File

@ -2290,7 +2290,7 @@ live_edit_init(Evas_Object *parent)
if (!ld)
{
EINA_LOG_ERR(_("Faild to allocate Memory!"));
return;
return NULL;
}
g_ld = ld;