libfprint/libfprint/nbis/mindtct
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
..
binar.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
block.c block: Remove unused variable 2018-08-27 20:01:00 +02:00
chaincod.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
contour.c mindtct: Fix memory leaks in get_centered_contour() 2018-12-12 17:14:21 +01:00
detect.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
dft.c mindtct: Fix "garbage value" error in dft_dir_powers() 2018-12-12 17:06:36 +01:00
free.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
getmin.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
globals.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
imgutil.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
init.c mindtct: Fix powmax_dirs leak on error 2018-10-12 00:54:39 +00:00
line.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
link.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
log.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
loop.c loop: Remove unused variable 2018-08-27 20:01:00 +02:00
maps.c mindtct: Fix a memory leak in morph_TF_map() 2018-10-12 00:54:39 +00:00
matchpat.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
minutia.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
morph.c morph: Fix misleading indentation 2018-08-27 20:01:00 +02:00
quality.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
remove.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
ridges.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
shape.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
sort.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
util.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
xytreps.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00