0

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()
Abhishek Sharma
  • 2,485
  • 1
  • 21
  • 35
  • I think my answer at: http://stackoverflow.com/a/13593596/168175 should explain it. – Flexo Apr 25 '15 at 08:11
  • @Flexo I did checked your answer before. I am reading it again to see if i missed anything but I wasn't able to point out errors in swig file. – Abhishek Sharma Apr 25 '15 at 10:33

0 Answers0