Added pointer initialization
This commit is contained in:
@@ -790,7 +790,7 @@ int loadModel(
|
|||||||
float *scoreThreshold){
|
float *scoreThreshold){
|
||||||
int last;
|
int last;
|
||||||
int max;
|
int max;
|
||||||
int *comp;
|
int *comp = NULL;
|
||||||
int count;
|
int count;
|
||||||
int i;
|
int i;
|
||||||
int err;
|
int err;
|
||||||
|
Reference in New Issue
Block a user