bug--HDF5_per_process--input_variable_memory_leak
I am currently reading the existing plugins for inspiration for the SIONlib plugin and noticed that the HDF5_per_process
plugin allocates memory for both inputs
and outputs
variables in its init
function, but forgets to free the inputs
in the finalize
function.