Fix for crash when using "Auto distortion correction" (on behalf of lebedev, see issue 1338)

This commit is contained in:
Michael Ezra
2012-05-26 15:50:01 -04:00
parent 6ae731e84a
commit b3090a3ba3

View File

@@ -234,7 +234,7 @@ KLT_FeatureTable KLTCreateFeatureTable(
for (i = 0 ; i < nFrames ; i++)
ft->feature[j][i] = first + j*nFrames + i;
free(first);
//free(first);
/* Return feature table */
return(ft);
}