liberasurecode/src
Daniel Axtens 10e096fe09 ISA-L: free matrix on exit
isa_l_common_init allocates desc->matrix, but this isn't freed in
isa_l_exit. Instead, the entire isa_l_desc structure is freed,
thus leaking the memory.

Explicitly free desc->matrix.

Change-Id: Ibf672d1a309498591b87d739632a90a1b3704f7e
Signed-off-by: Daniel Axtens <dja@axtens.net>
2017-02-10 13:20:42 +11:00
..
backends ISA-L: free matrix on exit 2017-02-10 13:20:42 +11:00
builtin Fix prototype declaration / definition mismatch (issue #25) 2016-03-04 20:36:12 +01:00
utils/chksum Fixing Issue #19 by stubbing out Jerasures uninit function. 2015-09-12 17:34:38 -07:00
Makefile.am ISA-L Cauchy support 2016-12-06 17:08:55 -08:00
erasurecode.c Merge "Add get_version functionality to liberasurecode lib" 2016-12-08 19:54:37 +00:00
erasurecode_helpers.c Fix posix_memalign handling 2016-07-12 07:12:30 -07:00
erasurecode_postprocessing.c Fragment metadata checksumming support 2016-03-10 07:33:16 +00:00
erasurecode_preprocessing.c Fix segfault when fragment index is out of range 2016-02-14 07:14:43 +00:00