mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 01:24:30 +01:00
dual-fund: call daemon_shutdown only
daemon_shutdown calls common_shutdown internally; calling both frees the same context twice
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user