From bf4157f1c2b3fb756ae063db98fa005b173fc909 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 12 Aug 2020 14:47:52 -1000 Subject: [PATCH] Update 16_4_createemptypsbt.c --- src/16_4_createemptypsbt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/16_4_createemptypsbt.c b/src/16_4_createemptypsbt.c index f682e46..e160967 100644 --- a/src/16_4_createemptypsbt.c +++ b/src/16_4_createemptypsbt.c @@ -44,5 +44,7 @@ int main(void) { wally_tx_free(gtx); wally_psbt_free(psbt); + + wally_cleanup(0); }