Added pointer initialization

pull/1839/head
Piotr Miecielica 12 years ago
parent 923698d700
commit a19cc6cb64
  1. 2
      modules/objdetect/src/lsvmparser.cpp

@ -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;

Loading…
Cancel
Save