X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fsamples%2Fhello3.c;h=f49b3365cb070936464d1e38f955a9400a3fc95f;hb=4c0f6ce66c66d39dc61ec661d88277c51d2fd9ae;hp=b641b05ada247dd1d08358621e7946bb78571038;hpb=176d14b5b4ec6338c9da5b7f55dce32f335245ae;p=src%2Fapp-framework-binder.git diff --git a/bindings/samples/hello3.c b/bindings/samples/hello3.c index b641b05a..f49b3365 100644 --- a/bindings/samples/hello3.c +++ b/bindings/samples/hello3.c @@ -175,7 +175,6 @@ static void subcallcb (void *prequest, int status, json_object *object, afb_req_ afb_req_fail(request, "failed", json_object_to_json_string(object)); else afb_req_success(request, json_object_get(object), NULL); - afb_req_unref(request); } static void subcall (afb_req_t request)