mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(DSP Filters) echo.c - Teardown fix
This commit is contained in:
parent
795503f108
commit
9f020f6786
@ -94,11 +94,6 @@ static void echo_dsp_free(void *data)
|
|||||||
{
|
{
|
||||||
struct echo_filter_data *echo = (struct echo_filter_data*)data;
|
struct echo_filter_data *echo = (struct echo_filter_data*)data;
|
||||||
|
|
||||||
if (echo->echo_l.history)
|
|
||||||
free(echo->echo_l.history);
|
|
||||||
if (echo->echo_r.history)
|
|
||||||
free(echo->echo_r.history);
|
|
||||||
|
|
||||||
if (echo)
|
if (echo)
|
||||||
free(echo);
|
free(echo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user