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
134 stars 48 forks source link

Memory leak in irdwt #10

Closed kevd42 closed 7 years ago

kevd42 commented 8 years ago

I noticed that there is a memory leak in irdwt due to the fact that x_high is no deallocated in irdwt_free. The fix is simply to add rwt_free(*x_high); in irdwt_free. Thanks!

kalliste commented 8 years ago

Yup - totally right. Thanks! Can you sign a Rice University Contributor Agreement? We'll need it to include your code. What's your e-mail address?