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; }