libfprint/libfprint/nbis/mindtct
Benjamin Berg 30a449841c nbis: Use GLib memory management functions
Apply the previously added spatch/coccinell file to replace all
free/malloc/realloc calls with g_free/g_malloc/g_realloc. It also removes
all the error code paths that we do not need to check anymore.

This means that the returned data must be free'ed using g_free rather
than free, making memory management more consistent.
2019-11-19 21:07:58 +01:00
..
binar.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
block.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
chaincod.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
contour.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
detect.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
dft.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
free.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
getmin.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
globals.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
imgutil.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
init.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
line.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01: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 nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
maps.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
matchpat.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
minutia.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
morph.c morph: Fix misleading indentation 2018-08-27 20:01:00 +02:00
quality.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
remove.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
ridges.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
shape.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
sort.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
util.c nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
xytreps.c nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00