Closed spichardo closed 1 year ago
Hi,
I think there is memory leakage in function Run_init. There is a malloc associated to self->run_handle.bufs that is not released in case of successful execution or if there is an error when mc_sw_run_open is called.
Hi,
I think there is memory leakage in function Run_init. There is a malloc associated to self->run_handle.bufs that is not released in case of successful execution or if there is an error when mc_sw_run_open is called.