Skip to content

Commit

Permalink
remove swap dir cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bozhang-hpc committed Sep 27, 2024
1 parent ed4e692 commit d84a86e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dspaces-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ static int server_destroy(dspaces_provider_t server)
}

free_sspace(server->dsg);
remove_dir_rf(server->conf.swap.file_dir);
free_ls_od_list(&server->dsg->ls_od_list);
ls_free(server->dsg->ls);
free(server->dsg);
Expand Down

0 comments on commit d84a86e

Please sign in to comment.