Properly free C tuples when the inner fields are dropped
authorMatt Corallo <git@bluematt.me>
Tue, 2 Feb 2021 02:18:29 +0000 (21:18 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Feb 2021 03:02:42 +0000 (22:02 -0500)
Previously for the full test suite (incl 64 HumanObjectPeerTest runs):
 `991 allocations remained for 32165 bytes.`
After for the full test suite (incl 64 HumanObjectPeerTest runs):
 `179 allocations remained for 5369 bytes.`


No differences found