Fix some coverity issues

This commit is contained in:
heckflosse
2017-06-19 00:57:29 +02:00
parent 8aff354df9
commit a9f769c5d7
3 changed files with 6 additions and 6 deletions

View File

@@ -1258,7 +1258,7 @@ SSEFUNCTION void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int
omp_set_nested(oldNested);
#endif
if(numtiles > 1) {
if(numtiles != 1) {
dst->CopyFrom(dsttmp);
delete dsttmp;
}