mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -230,7 +230,7 @@ static void lpc10_destroy(struct ast_trans_pvt *arg)
|
||||
{
|
||||
struct lpc10_coder_pvt *pvt = arg->pvt;
|
||||
/* Enc and DEC are both just allocated, so they can be freed */
|
||||
free(pvt->lpc10.enc);
|
||||
ast_free(pvt->lpc10.enc);
|
||||
}
|
||||
|
||||
static struct ast_translator lpc10tolin = {
|
||||
|
Reference in New Issue
Block a user