Applied fix from #1382

pull/13383/head
Marius Muja 14 years ago
parent 5029dfed87
commit 78bbefec98
  1. 1
      modules/flann/src/miniflann.cpp

@ -644,6 +644,7 @@ void Index::save(const std::string& filename) const
if( algo == FLANN_INDEX_LSH )
{
saveIndex_<LshIndex>(this, index, fout);
fclose(fout);
return;
}

Loading…
Cancel
Save