uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

Missing flcose #36

Open maddin200 opened 7 years ago

maddin200 commented 7 years ago

libflandmark\flandmark_detector.cpp line 198 missing fclose(fin);

uricamic commented 7 years ago

Hi @maddin200 ,

thanks for reporting this. I guess, you mean to add fclose(fin to each check just before the return 0 statement, right?

I will fix it soon.

maddin200 commented 7 years ago

correct and i think there are more issues like that in other lines.