mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Issues found by static analysis (5th round)
This commit is contained in:
@@ -2882,7 +2882,7 @@ cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_v
|
||||
break;
|
||||
}
|
||||
|
||||
assert( edge != 0 );
|
||||
CV_Assert( edge != 0 );
|
||||
|
||||
next_edge = edge->next[ofs];
|
||||
if( prev_edge )
|
||||
|
||||
Reference in New Issue
Block a user