diff --git a/common/test/run-gossmap_local.c b/common/test/run-gossmap_local.c index 6abcafa1e..062ae90e2 100644 --- a/common/test/run-gossmap_local.c +++ b/common/test/run-gossmap_local.c @@ -436,4 +436,5 @@ int main(int argc, char *argv[]) /* Now we can refresh. */ assert(write(fd, "", 1) == 1); gossmap_refresh(map); + common_shutdown(); }