From 9bcb01e710eeb93800135bafcf705df00f9536cb Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 24 Nov 2017 12:08:29 +0100 Subject: [PATCH] fixup! common/test: add spec tests for bolt11. --- common/test/run-bolt11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/run-bolt11.c b/common/test/run-bolt11.c index 6104d97c7..e0e1fe313 100644 --- a/common/test/run-bolt11.c +++ b/common/test/run-bolt11.c @@ -238,6 +238,7 @@ int main(void) /* FIXME: Test the others! */ + secp256k1_context_destroy(secp256k1_ctx); tal_free(ctx); return 0; }