dect
/
asterisk
Archived
13
0
Fork 0

Bah, it needs the free apparently

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1653 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-10-22 04:03:15 +00:00
parent 4f3f03787f
commit 0b3a23e8c4
1 changed files with 1 additions and 0 deletions

1
cli.c
View File

@ -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;