Skip to content
Snippets Groups Projects
Commit d9d8746b authored by Mark Spencer's avatar Mark Spencer
Browse files

Bah, it needs the free apparently

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1653 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent adb1122f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment