aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 77316843..48dc3a0f 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -836,8 +836,6 @@ static void alc_initconfig(void)
}
FillCPUCaps(capfilter);
- InitHrtf();
-
#ifdef _WIN32
RTPrioLevel = 1;
#else
@@ -1034,7 +1032,7 @@ static void alc_deinit_safe(void)
{
alc_cleanup();
- FreeHrtf();
+ FreeHrtfs();
FreeALConfig();
ThunkExit();