libfprint/libfprint/nbis
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
..
bozorth3 bozorth3: Remove unused assignments in bz_match_score() 2018-12-12 17:17:35 +01:00
include nbis: Update to NBIS 5.0.0 2018-08-27 20:01:00 +02:00
mindtct nbis: Use GLib memory management functions 2019-11-19 21:07:58 +01:00
glib-memory.cocci nbis: Add spatch file to use GLib memory management functions 2019-11-19 21:07:58 +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 spatch file to use GLib memory management functions 2019-11-19 21:07:58 +01:00