projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adb1122
)
Bah, it needs the free apparently
author
Mark Spencer
<markster@digium.com>
Wed, 22 Oct 2003 04:03:15 +0000
(
04:03
+0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 22 Oct 2003 04:03:15 +0000
(
04:03
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1653
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cli.c
patch
|
blob
|
history
diff --git
a/cli.c
b/cli.c
index
d577943
..
ae6876f
100755
(executable)
--- a/
cli.c
+++ b/
cli.c
@@
-42,6
+42,7
@@
void ast_cli(int fd, char *fmt, ...)
vasprintf(&stuff, fmt, ap);
va_end(ap);
write(fd, stuff, strlen(stuff));
+ free(stuff);
}
ast_mutex_t clilock = AST_MUTEX_INITIALIZER;