Drop clone on tuple-field-fetching
authorMatt Corallo <git@bluematt.me>
Sat, 13 Aug 2022 01:34:03 +0000 (01:34 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 13 Aug 2022 18:07:26 +0000 (18:07 +0000)
commit096b386b1bb6d440d80de4ea528ccfb58305b9e4
treec06f560208a80a1d00f44dd3d31ab154da29d296
parent13cdf8bde340072288b39a5e29f0946d3e095ad4
Drop clone on tuple-field-fetching

Early in the lifetime of the bindings here tuple-field-fetching
had memory tracking issues which appear to have been solved now.
Thus, we can go ahead and drop the clone, at least for has-inner
types.

Fixes #84.
genbindings.py