aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-18 10:09:32 -0700
committerChris Robinson <[email protected]>2011-09-18 10:09:32 -0700
commit0e5c221a3c71004339c22fe8d91c603ac17c8f67 (patch)
tree46dc9c55f55eb5927f995d2b2ae43e7d67406e1e /Alc/ALc.c
parent25f7c2704382221c9d563a7c1e57c02252eb3dad (diff)
Dynamically allocate space for HRTF tables
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index d53829ea..07d6fe3d 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -528,6 +528,7 @@ static void alc_deinit_safe(void)
{
ReleaseALC(ALC_FALSE);
+ FreeHrtf();
FreeALConfig();
ThunkExit();