lightningd: Add missing final cleanups.

This commit is contained in:
ZmnSCPxj
2017-12-31 09:10:25 +00:00
committed by Rusty Russell
parent 3af2dcba6a
commit f2f116d613

View File

@@ -365,5 +365,7 @@ int main(int argc, char *argv[])
#if DEVELOPER
memleak_cleanup();
#endif
take_cleanup();
secp256k1_context_destroy(secp256k1_ctx);
return 0;
}