Fix for crash when using "Auto distortion correction" (on behalf of lebedev, see issue 1338)
This commit is contained in:
@@ -234,7 +234,7 @@ KLT_FeatureTable KLTCreateFeatureTable(
|
|||||||
for (i = 0 ; i < nFrames ; i++)
|
for (i = 0 ; i < nFrames ; i++)
|
||||||
ft->feature[j][i] = first + j*nFrames + i;
|
ft->feature[j][i] = first + j*nFrames + i;
|
||||||
|
|
||||||
free(first);
|
//free(first);
|
||||||
/* Return feature table */
|
/* Return feature table */
|
||||||
return(ft);
|
return(ft);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user