Commit a19cc6cb authored by Piotr Miecielica's avatar Piotr Miecielica

Added pointer initialization

parent 923698d7
...@@ -790,7 +790,7 @@ int loadModel( ...@@ -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;
......
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