aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req-x2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-req-x2.h')
-rw-r--r--include/afb/afb-req-x2.h3
1 files changed, 3 insertions, 0 deletions
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
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170