mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Added pointer initialization
This commit is contained in:
parent
923698d700
commit
a19cc6cb64
@ -790,7 +790,7 @@ int loadModel(
|
||||
float *scoreThreshold){
|
||||
int last;
|
||||
int max;
|
||||
int *comp;
|
||||
int *comp = NULL;
|
||||
int count;
|
||||
int i;
|
||||
int err;
|
||||
|
Loading…
Reference in New Issue
Block a user