Commit 9a5283eb authored by miloyip's avatar miloyip

Fix mismatched delete

parent 5c93e64c
......@@ -383,7 +383,7 @@ public:
delete itemsList_;
for (SizeType i = 0; i < itemsTupleCount_; i++)
delete itemsTuple_[i];
delete itemsTuple_;
delete [] itemsTuple_;
}
virtual void BeginValue(Context& context) const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment