aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 8c032ddf..b367dd1d 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2433,6 +2433,9 @@ static ALCvoid FreeDevice(ALCdevice *device)
ambiup_free(device->AmbiUp);
device->AmbiUp = NULL;
+ al_free(device->Stablizer);
+ device->Stablizer = NULL;
+
al_free(device->Limiter);
device->Limiter = NULL;