From eb5d461ed4688cafadc76bebf329a2fae454dc12 Mon Sep 17 00:00:00 2001 From: tilghman Date: Wed, 6 Jun 2007 21:20:11 +0000 Subject: Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67864 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_speech_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_speech_utils.c') 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; } -- cgit v1.2.3