diff --git a/openingd/dualopend.c b/openingd/dualopend.c index bab69c3d3..4e1be32e8 100644 --- a/openingd/dualopend.c +++ b/openingd/dualopend.c @@ -1516,7 +1516,6 @@ int main(int argc, char *argv[]) /* This frees the entire tal tree. */ tal_free(state); - common_shutdown(); daemon_shutdown(); return 0; }