Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In Session.h, in Funciotn essionDataSet(std::string sql,...)
below code will cause mem-leak.
this->currentBitmap = new char[columnNameList.size()];