aboutsummaryrefslogtreecommitdiffstats
path: root/main/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/dsp.c')
-rw-r--r--main/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dsp.c b/main/dsp.c
index 3d0712bc1..9519c56cc 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -1625,7 +1625,7 @@ void ast_dsp_set_features(struct ast_dsp *dsp, int features)
void ast_dsp_free(struct ast_dsp *dsp)
{
- free(dsp);
+ ast_free(dsp);
}
void ast_dsp_set_threshold(struct ast_dsp *dsp, int threshold)