1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed several issues found by static analysis

This commit is contained in:
Maksim Shabunin
2018-10-23 15:06:33 +03:00
parent e959f449ae
commit 0ccd810738
7 changed files with 11 additions and 5 deletions
+1
View File
@@ -1532,6 +1532,7 @@ icvFindContoursInInterval( const CvArr* src,
tmp_prev->link = 0;
// First line. None of runs is binded
tmp.pt.x = 0;
tmp.pt.y = 0;
CV_WRITE_SEQ_ELEM( tmp, writer );
upper_line = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer );