eldbus: properly call parent finalize during creation of Eldbus.Model_Method.

Summary: @fix

Reviewers: zmike, bu5hm4n, segfaultxavi, stefan_schmidt, jsuya

Reviewed By: bu5hm4n

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10286
This commit is contained in:
Cedric BAIL 2019-10-07 10:03:58 -04:00 committed by Mike Blumenkrantz
parent 427a93c47f
commit e0187ce2ec
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ _eldbus_model_method_efl_object_finalize(Eo *obj, Eldbus_Model_Method_Data *pd)
pd->proxy,
pd->method->name, pd->method->arguments);
return obj;
return efl_finalize(efl_super(obj, MY_CLASS));
}
static void