mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #43346 from hjwsm1989/fix-52765
tools/ceph-kvstore-tool: fix segfaults when repair the rocksdb Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
8f8ee5d29e
@ -42,8 +42,8 @@ StoreTool::StoreTool(const string& type,
|
||||
<< cpp_strerror(r) << std::endl;
|
||||
exit(1);
|
||||
}
|
||||
db.reset(db_ptr);
|
||||
}
|
||||
db.reset(db_ptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user