-
由 linshuliang 提交于
The Histogram Constructor have allocated memory for storing the variable vector<int> frequency, but not release after then. I have created a destructor function to free the memory.
52e8a2c4
The Histogram Constructor have allocated memory for storing the variable vector<int> frequency, but not release after then. I have created a destructor function to free the memory.