1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

ts: update valgrind suppressions

This commit is contained in:
Alexander Alekhin
2017-07-21 16:42:28 +03:00
parent 402a77e7f7
commit bf0173bf38
7 changed files with 324 additions and 10 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ prefilterXSobel( const Mat& src, Mat& dst, int ftzero )
{
int x, y;
const int OFS = 256*4, TABSZ = OFS*2 + 256;
uchar tab[TABSZ];
uchar tab[TABSZ] = { 0 };
Size size = src.size();
for( x = 0; x < TABSZ; x++ )