Applied fix from #1382

This commit is contained in:
Marius Muja 2011-09-22 00:42:51 +00:00
parent 5029dfed87
commit 78bbefec98

View File

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