diff options
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r-- | Alc/alc.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp index b942064f..9e4d1ac9 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -52,6 +52,7 @@ #include "alu.h" #include "alconfig.h" #include "ringbuffer.h" +#include "filters/splitter.h" #include "fpu_modes.h" #include "cpu_caps.h" @@ -2426,9 +2427,6 @@ ALCdevice_struct::~ALCdevice_struct() bformatdec_free(&AmbiDecoder); ambiup_free(&AmbiUp); - - al_free(Stablizer); - Stablizer = nullptr; } |