libfprint/libfprint/nbis/mindtct
Bastien Nocera a53f07a8f6 mindtct: Fix memory leak in error path in gen_image_maps()
Free the maps if we're not returning them.

libfprint/nbis/mindtct/maps.c:176:14: warning: Potential leak of memory pointed to by 'direction_map'
      return(ret);
             ^~~
libfprint/nbis/mindtct/maps.c:195:14: warning: Potential leak of memory pointed to by 'low_contrast_map'
      return(ret);
             ^~~
libfprint/nbis/mindtct/maps.c:195:14: warning: Potential leak of memory pointed to by 'low_flow_map'
      return(ret);
             ^~~
2018-12-13 11:33:39 +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 memory leak in error path in gen_image_maps() 2018-12-13 11:33:39 +01: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 mindtct: Fix uninitialised value usage in count_minutia_ridges() 2018-12-12 17:24:45 +01:00
shape.c mindtct: Fix memory leak in error path in shape_from_contour() 2018-12-13 11:27:00 +01: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