Files
pycapnp/capnp/lib
ed-tsn e2aaef8b6c Fix memory leak in _DynamicCapabilityClient._send_helper() (#398)
The heap-allocated Request object was never freed after send().
  Each RPC call leaked ~72 bytes, growing linearly with usage.

  Added del request after request.send() to free the Request once
  the RemotePromise has been constructed.
2026-07-03 00:08:47 -07:00
..