Browse Source

lightningd: Add missing final cleanups.

ppa-0.6.1
ZmnSCPxj 7 years ago
committed by Rusty Russell
parent
commit
f2f116d613
  1. 2
      lightningd/lightningd.c

2
lightningd/lightningd.c

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

Loading…
Cancel
Save