mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixed some issues found by static analysis
This commit is contained in:
@@ -284,6 +284,7 @@ public:
|
||||
history->parent_ = h;
|
||||
}
|
||||
}
|
||||
CV_Assert(h != NULL);
|
||||
h->val = gray_level;
|
||||
h->size = size;
|
||||
h->head = head;
|
||||
|
||||
Reference in New Issue
Block a user