1
0
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:
Maksim Shabunin
2017-07-01 18:43:48 +03:00
parent e5aa213554
commit 1f23202ad8
10 changed files with 54 additions and 50 deletions
+1 -1
View File
@@ -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 )