We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6258c5e commit 5d397a2Copy full SHA for 5d397a2
1 file changed
tools/ssdb-repair.cpp
@@ -88,6 +88,8 @@ int main(int argc, char **argv){
88
printf("%s\n", val.c_str());
89
}
90
91
+
92
+ delete db;
93
94
95
return 0;
0 commit comments