aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 1960b676..d7095f0f 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -181,9 +181,6 @@ ALAPI ALvoid ALAPIENTRY alDeleteSources(ALsizei n, const ALuint *sources)
ALSource->Send[j].Slot = NULL;
}
- free(ALSource->iirFilter.coef);
- free(ALSource->iirFilter.history);
-
// Decrement Source count
Context->SourceCount--;