libfprint/libfprint/nbis
Bastien Nocera eaa4aa964c mindtct: Fix memory leaks in get_centered_contour()
The first contour wasn't freed if we failed on the second contour.

libfprint/nbis/mindtct/contour.c:521:14: warning: Potential leak of memory pointed to by 'half1_ex'
      return(ret);
             ^~~
libfprint/nbis/mindtct/contour.c:521:14: warning: Potential leak of memory pointed to by 'half1_ey'
      return(ret);
             ^~~
libfprint/nbis/mindtct/contour.c:521:14: warning: Potential leak of memory pointed to by 'half1_x'
      return(ret);
             ^~~
libfprint/nbis/mindtct/contour.c:521:14: warning: Potential leak of memory pointed to by 'half1_y'
      return(ret);
             ^~~
2018-12-12 17:14:21 +01:00
..
bozorth3 nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
include nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
mindtct mindtct: Fix memory leaks in get_centered_contour() 2018-12-12 17:14:21 +01:00
lfs.h.patch nbis: Add script to update NBIS and apply changes 2018-08-27 20:01:00 +02:00
remove-function.lua nbis: Add script to update NBIS and apply changes 2018-08-27 20:01:00 +02:00
update-from-nbis.sh nbis: Add script to update NBIS and apply changes 2018-08-27 20:01:00 +02:00