elementary: object allocated with efl_add should be destroyed with efl_del.

Differential Revision: https://phab.enlightenment.org/D6093
This commit is contained in:
Cedric Bail 2018-05-02 16:24:03 -07:00 committed by Cedric BAIL
parent aaa827c2d2
commit 0135b23e45
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ _elm_unneed_sys_notify(void)
if (manager)
{
elm_obj_sys_notify_servers_set(manager, ELM_SYS_NOTIFY_SERVER_NONE);
efl_unref(manager);
efl_del(manager);
}
}