X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v3.c;h=b02f3c8896fdc68d97494c5f8c6275fc96b669ed;hb=635772bd8cf7ad5c4f4caff441e2809e7b8de16a;hp=415c13d992739994c4d93dfd536b3082c1b1b084;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v3.c b/src/afb-api-so-v3.c index 415c13d9..b02f3c88 100644 --- a/src/afb-api-so-v3.c +++ b/src/afb-api-so-v3.c @@ -59,7 +59,7 @@ static int init(void *closure, struct afb_api_x3 *api) } if (rc >= 0 && a->entry) - rc = a->entry(api); + rc = afb_api_v3_safe_preinit(api, a->entry); if (rc >= 0) afb_api_x3_seal(api);