aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-12 20:05:13 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-12 20:05:13 +0000
commit8a1ce32239018edfd9121702ab188fe5e8255e79 (patch)
treef8aa0b67d4d3deb1083bc7755af0c48172f86f48 /main/utils.c
parent15dae4e59842d3afb286f03599a199209ad3e185 (diff)
Conversions of free to ast_free, where applicable, and several other formatting fixes.
Reported by: eliel Patch by: eliel,tilghman (Closes issue #11209) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/utils.c')
-rw-r--r--main/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/utils.c b/main/utils.c
index ddd5f0efd..4b244c47b 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -790,7 +790,7 @@ static char *handle_show_locks(struct ast_cli_entry *e, int cmd, struct ast_cli_
ast_cli(a->fd, "%s", str->str);
- free(str);
+ ast_free(str);
return CLI_SUCCESS;
}