Issue 2594: My kingdom for more wavelets - various speedups, memory reductions, GUI changes and level numbering PP3 change.
This commit is contained in:
@@ -25,11 +25,12 @@ namespace rtengine {
|
||||
wavelet_decomposition::~wavelet_decomposition()
|
||||
{
|
||||
for(int i = 0; i <= lvltot; i++) {
|
||||
delete wavelet_decomp[i];
|
||||
if(wavelet_decomp[i] != NULL)
|
||||
delete wavelet_decomp[i];
|
||||
}
|
||||
delete[] wavfilt_anal;
|
||||
delete[] wavfilt_synth;
|
||||
if(coeff0)
|
||||
delete[] wavfilt_synth;
|
||||
if(coeff0)
|
||||
delete [] coeff0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user