mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Issues found by static analysis (5th round)
This commit is contained in:
@@ -1179,7 +1179,7 @@ cvFindNextContour( CvContourScanner scanner )
|
||||
cur = cur->next;
|
||||
}
|
||||
|
||||
assert( par_info != 0 );
|
||||
CV_Assert( par_info != 0 );
|
||||
|
||||
/* if current contour is a hole and previous contour is a hole or
|
||||
current contour is external and previous contour is external then
|
||||
|
||||
Reference in New Issue
Block a user