fixup! common/test: add spec tests for bolt11.

This commit is contained in:
Christian Decker 2017-11-24 12:08:29 +01:00
parent 18db1105c7
commit 9bcb01e710

View File

@ -238,6 +238,7 @@ int main(void)
/* FIXME: Test the others! */
secp256k1_context_destroy(secp256k1_ctx);
tal_free(ctx);
return 0;
}