File tree Expand file tree Collapse file tree
libs/server-sdk/include/launchdarkly/server_side/bindings/c Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ typedef struct p_LDServerSDKTrackSeriesContext* LDServerSDKTrackSeriesContext;
5151 *
5252 * RETURNS:
5353 * EvaluationSeriesData to pass to afterEvaluation. Return the input data
54- * unmodified if you don't need to add anything. Ownership transfers to SDK.
54+ * unmodified if you don't need to add anything. Ownership transfers to SDK;
55+ * the caller must not retain or access the returned pointer after returning.
5556 * If NULL is returned, an empty data object will be created.
5657 *
5758 * LIFETIME:
@@ -81,7 +82,8 @@ typedef LDServerSDKEvaluationSeriesData (*LDServerSDKHook_BeforeEvaluation)(
8182 *
8283 * RETURNS:
8384 * EvaluationSeriesData for potential future stages. Return the input data
84- * unmodified if you don't need to modify it. Ownership transfers to SDK.
85+ * unmodified if you don't need to modify it. Ownership transfers to SDK;
86+ * the caller must not retain or access the returned pointer after returning.
8587 * If NULL is returned, an empty data object will be created.
8688 *
8789 * LIFETIME:
You can’t perform that action at this time.
0 commit comments