Closed ajwerner closed 2 months ago
The code in invocation_listener_transform and probe_listener_transform allocate managed objects but don't provide a clear mechanism to free those objects.
Turns out there's also a missing Drop implementation on the Interceptor itself. I'll send some patches, but leaving this here until I do.
Drop
Interceptor
The code in invocation_listener_transform and probe_listener_transform allocate managed objects but don't provide a clear mechanism to free those objects.