• L
    Fix the bug caused by Histogram. (#553) · 52e8a2c4
    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
histogram.h 3.0 KB