ricedsp / rwt

The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet domain hidden Markov models and wavelet regularized deconvolution.
http://dsp.rice.edu
Other
135 stars 47 forks source link

Fix memory leak #11

Closed kevd42 closed 8 years ago

kevd42 commented 8 years ago

According to the issue #10, fixed the memory leak due to x_high that was not freed.