aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-22 05:37:35 -0800
committerChris Robinson <[email protected]>2018-11-22 05:37:35 -0800
commitb3b42201828bb737c55c20bd46af10b40d10ef85 (patch)
tree52bfd41cfffba72af4d20cb479cbdc04d5fb2920 /Alc/alc.cpp
parent671ed1abf8cc246c6e2b5f9ae3bac132fb9af519 (diff)
Use unique_ptr for BFormatDec and AmbiUpsampler
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r--Alc/alc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp
index 9e4d1ac9..d96f6df0 100644
--- a/Alc/alc.cpp
+++ b/Alc/alc.cpp
@@ -2424,9 +2424,6 @@ ALCdevice_struct::~ALCdevice_struct()
al_free(Bs2b);
Bs2b = nullptr;
-
- bformatdec_free(&AmbiDecoder);
- ambiup_free(&AmbiUp);
}