LSVMParser_ResourceLeakFix.diff
opencv/modules/objdetect/src/lsvmparser.cpp (working copy) | ||
---|---|---|
767 | 767 |
} |
768 | 768 |
} |
769 | 769 |
} |
770 |
|
|
771 |
fclose(xmlf); |
|
770 | 772 |
return LATENT_SVM_OK; |
771 | 773 |
} |
772 | 774 |
|