fix for uninitialized local variable realtile
in ImProcFunctions::ip_wavelet
Candidate fix for #3785
This commit is contained in:
@@ -537,7 +537,7 @@ SSEFUNCTION void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int
|
||||
// begin tile processing of image
|
||||
|
||||
//output buffer
|
||||
int realtile;
|
||||
int realtile = 0;
|
||||
|
||||
if(params->wavelet.Tilesmethod == "big") {
|
||||
realtile = 22;
|
||||
|
Reference in New Issue
Block a user