Free op->bs_op manually

This commit is contained in:
Vitaliy Filippov
2020-05-25 15:31:22 +03:00
parent 79bf57b6e2
commit 256a7f2667
5 changed files with 19 additions and 6 deletions
+1 -4
View File
@@ -68,10 +68,7 @@ osd_t::~osd_t()
osd_op_t::~osd_op_t()
{
if (bs_op)
{
delete bs_op;
}
assert(!bs_op);
if (op_data)
{
free(op_data);