mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@141156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1279,7 +1279,7 @@ void ast_channel_free(struct ast_channel *chan)
|
|||||||
ast_jb_destroy(chan);
|
ast_jb_destroy(chan);
|
||||||
|
|
||||||
if (chan->cdr) {
|
if (chan->cdr) {
|
||||||
ast_cdr_detach(chan->cdr);
|
ast_cdr_discard(chan->cdr);
|
||||||
chan->cdr = NULL;
|
chan->cdr = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user