LSVMParser_ResourceLeakFix.diff

msrtis -, 2011-09-23 06:51 am

Download (370 Bytes)

 
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