Fixed crash when use extra
This commit is contained in:
parent
5bbf312874
commit
b5af6eec60
@ -866,7 +866,7 @@ void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int kall, const
|
||||
|
||||
if (levwavL > 0) {
|
||||
const std::unique_ptr<wavelet_decomposition> Ldecomp(new wavelet_decomposition(labco->data, labco->W, labco->H, levwavL, 1, skip, rtengine::max(1, wavNestedLevels), DaubLen));
|
||||
float madL[8][3];
|
||||
float madL[10][3];
|
||||
|
||||
if (!Ldecomp->memoryAllocationFailed) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user