summaryrefslogtreecommitdiff
path: root/main/utils.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-12-12 20:05:13 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-12-12 20:05:13 +0000
commit99308dfb4e356161863110225525830be8318e1e (patch)
treef8aa0b67d4d3deb1083bc7755af0c48172f86f48 /main/utils.c
parentbae82679a61e82c5b5dc6830cb122d36df05710e (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: https://origsvn.digium.com/svn/asterisk/trunk@92594 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;
}