aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r--Alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp
index cbd586b8..fb7f9c67 100644
--- a/Alc/alc.cpp
+++ b/Alc/alc.cpp
@@ -2459,7 +2459,7 @@ ALCcontext_struct::~ALCcontext_struct()
}
TRACE("Freed " SZFMT " listener property object%s\n", count, (count==1)?"":"s");
- ll_ringbuffer_free(AsyncEvents);
+ delete AsyncEvents;
AsyncEvents = nullptr;
ALCdevice_DecRef(Device);