Browse Source

dual-fund: call daemon_shutdown only

daemon_shutdown calls common_shutdown internally; calling both frees the
same context twice
travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
db2b013990
  1. 1
      openingd/dualopend.c

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

Loading…
Cancel
Save