[bindings] Un-Box Tuple mapping
authorMatt Corallo <git@bluematt.me>
Thu, 8 Oct 2020 23:35:50 +0000 (19:35 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 21 Oct 2020 18:54:51 +0000 (14:54 -0400)
Because the C++ wrappers require being able to memset(0) the C
structs to skip free(), we'd previously mapped tuples with two
pointer indirections. However, because all other types already
support memset(0)'ing to disable free() logic, we can skip the
pointer indirections and the behavior is still correct.


No differences found