I am getting : swig/python detected a memory leak of type 'struct fp_img *', no destructor found.
I checked swig interface file but couldn't find anything that is causing this. Here is swig interface file : http://paste.ubuntu.com/10880764/
Any help will be appreciated. My code is :
import pyfprint
pyfprint.fp_init()
devs = pyfprint.discover_devices()
dev = devs[0]
dev.open()
fprint, img = dev.enroll_finger()