Fix memory corruption in MOT
This commit is contained in:
@ -497,7 +497,9 @@ public:
|
||||
Table* t = r->GetTable();
|
||||
MOT_ASSERT(t != nullptr);
|
||||
size += t->GetRowSizeFromPool();
|
||||
t->DestroyRow(r);
|
||||
if (!dropIndex) {
|
||||
t->DestroyRow(r);
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user