Skip to content

Commit 5d397a2

Browse files
committed
ssdb-repair compact after repairing
1 parent 6258c5e commit 5d397a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/ssdb-repair.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ int main(int argc, char **argv){
8888
printf("%s\n", val.c_str());
8989
}
9090
}
91+
92+
delete db;
9193
}
9294

9395
return 0;

0 commit comments

Comments
 (0)