From 399bc9210a9d005e9f3e8f668f657b53e6890d59 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 12 Aug 2021 20:13:10 +1000 Subject: [PATCH] How many times will I break OpenAL backend? --- src/Audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audio.c b/src/Audio.c index 1add4d47d..bc486ef03 100644 --- a/src/Audio.c +++ b/src/Audio.c @@ -220,7 +220,7 @@ void Audio_Close(struct AudioContext* ctx) { Audio_Reset(ctx); _alGetError(); } - ClearFree(ctx->source); + ClearFree(ctx); AudioBase_Clear(ctx); }