Skip to content

Commit

Permalink
Merge pull request #1327 from ideawu/dev
Browse files Browse the repository at this point in the history
ssdb-repair compact after repairing
  • Loading branch information
ideawu authored Feb 11, 2020
2 parents eb437ff + 5d397a2 commit 1188be6
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 1188be6

Please sign in to comment.