You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newrelic_create_distributed_trace_payload and friends return string that the caller is supposed to free.
Unless I'm missing something, which is entirely likely, the library doesn't export a way to free this string and depends on the the caller being able to do so using the same allocator.
This presents a problem in bindings for something like rust.
newrelic_create_distributed_trace_payloadand friends return string that the caller is supposed to free.Unless I'm missing something, which is entirely likely, the library doesn't export a way to free this string and depends on the the caller being able to do so using the same allocator.
This presents a problem in bindings for something like rust.