Commit a19cc6cb authored by Piotr Miecielica's avatar Piotr Miecielica

Added pointer initialization

parent 923698d7
......@@ -790,7 +790,7 @@ int loadModel(
float *scoreThreshold){
int last;
int max;
int *comp;
int *comp = NULL;
int count;
int i;
int err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment