check unity back
This commit is contained in:
@@ -18,7 +18,7 @@ struct RowBatchPage {
|
||||
utils::Assert(data_ != NULL, "fail to allocate row batch page");
|
||||
this->Clear();
|
||||
}
|
||||
~RowBatchPage(void) {
|
||||
~BinaryPage(void) {
|
||||
if (data_ != NULL) delete [] data_;
|
||||
}
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user