From ab6db9a589ac5ad8daa498e9fedb4de66cbb1948 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Nov 2018 06:59:32 -0800 Subject: Clean up some unnecessary specifiers --- Alc/alc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/alc.cpp') diff --git a/Alc/alc.cpp b/Alc/alc.cpp index 4c724fd6..10b4c007 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -2418,8 +2418,8 @@ ALCdevice_struct::~ALCdevice_struct() if(HrtfHandle) Hrtf_DecRef(HrtfHandle); HrtfHandle = nullptr; - al_free(Hrtf); - Hrtf = nullptr; + al_free(mHrtfState); + mHrtfState = nullptr; } -- cgit v1.2.3