Skip to content

Commit

Permalink
ssdb-repair compact after repairing
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu committed Feb 11, 2020
1 parent 6258c5e commit 5d397a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ssdb-repair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ int main(int argc, char **argv){
printf("%s\n", val.c_str());
}
}

delete db;
}

return 0;
Expand Down

0 comments on commit 5d397a2

Please sign in to comment.