Fixed large memleak/crash using RL Deconv. sharpening

see issue 1564
This commit is contained in:
Oliver Duis 2012-09-19 20:59:03 +02:00
parent 67afe81cb2
commit 011a77d3ab

View File

@ -227,6 +227,8 @@ template<class T> void gaussVertical (T** src, T** dst, AlignedBufferMP<double>
for (int j=0; j<H; j++)
dst[j][i] = (T)temp2[j];
buffer.release(pBuf);
}
}