Free constructed LDK strings when relevant.
authorMatt Corallo <git@bluematt.me>
Sun, 18 Jul 2021 02:24:24 +0000 (02:24 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 18 Jul 2021 03:17:52 +0000 (03:17 +0000)
With LDK C Bindings v0.0.99.2, this reduces memory leaks during tests from:
  538 allocations remained for 1188720 bytes.
to
  358 allocations remained for 1141342 bytes.


No differences found