aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_speech_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_speech_utils.c')
-rw-r--r--apps/app_speech_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c
index 100b174d9..0956e0bab 100644
--- a/apps/app_speech_utils.c
+++ b/apps/app_speech_utils.c
@@ -511,7 +511,7 @@ static int speech_processing_sound(struct ast_channel *chan, void *data)
}
if (speech->processing_sound != NULL) {
- free(speech->processing_sound);
+ ast_free(speech->processing_sound);
speech->processing_sound = NULL;
}