Closed joshuaehill closed 1 year ago
In addition, there is a memory leak in the computeEntropyOfConditionedData
function because data is read into a data_t structure with the read_file_subset
function (which allocates a bunch of memory), but it is never released using a free_data
call.
ea_conditioning
doesn't correctly deallocatempfr
values, which causes memory leaks.