X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req-x2.h;h=5111f2f0ecce7561a05e446dc39d445c77e9361e;hb=5214323d82cc09b15c25e348707f2639977ea763;hp=9695ef60a8adb0d9c7e73448429fa6849e346298;hpb=6401efb14339925e696a65eea8e8548f1fddf3ba;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req-x2.h b/include/afb/afb-req-x2.h index 9695ef60..5111f2f0 100644 --- a/include/afb/afb-req-x2.h +++ b/include/afb/afb-req-x2.h @@ -739,6 +739,9 @@ struct json_object *afb_req_x2_get_client_info( * 4. 'info' a string handling some info (can be NULL) * 5. 'req' the req * + * NOTE: For convenience, *json_object_put* is called on 'object' after the + * callback returns. So, it is wrong to call *json_object_put* in the callback. + * * @param req The request * @param api The api name of the method to call * @param verb The verb name of the method to call