Fix the bug caused by Histogram. (#553)
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.
Showing
想要评论请 注册 或 登录