Uh oh!
There was an error while loading. Please reload this page.
Free a couple of memory leaks in the SOF plugin - #9055
Conversation
kv2019i
left a comment
There was a problem hiding this comment.
One comment to first patch, otherwise looks good.
| if (available_fmts->output_pin_fmts) | ||
| free(available_fmts->output_pin_fmts); | ||
| if (available_fmts->input_pin_fmts) | ||
| free(available_fmts->input_pin_fmts); |
There was a problem hiding this comment.
Isn't this if-check redundannt, NULL is ok to free
ranj063
commented
Apr 17, 2024
not yet @lgirdwood. Im working to get there |
lgirdwood
left a comment
There was a problem hiding this comment.
Should these 2 patches be squashed ?
lgirdwood
commented
May 14, 2024
@ranj063 ping. |
lgirdwood
commented
Jun 11, 2024
@ranj063 ping |
Free the memory allocated for tplg base and available input/output formats when the topology is freed. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
ranj063
commented
Jun 13, 2024
Sorry for the delay @lgirdwood . Fixed now |
kv2019i
commented
Jun 17, 2024
@wszypelt Can you check? This seems to be stuck.. |
kv2019i
commented
Jun 19, 2024
@kv2019i after checking the tests, one issue appeared, which is sporadic and it has nothing to do with PR, in my opinion you can merge, but if you still have about an hour, the result should already be green |
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
No description provided.