check unity back

This commit is contained in:
tqchen
2014-08-29 18:35:26 -07:00
parent 551b3b70f1
commit ce2d34ecd4
4 changed files with 177 additions and 26 deletions

View File

@@ -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_;
}
/*!