]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr.c: Fix runtime leak of CDR records.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 9 Feb 2018 18:06:08 +0000 (12:06 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 9 Feb 2018 20:25:25 +0000 (14:25 -0600)
commitdcfcf310a1fe1a45b341029371abd93cb672af38
tree9eb7fc05489303338298887baaea979a62ab5598
parent0fc3e831a7dd7db8c314bc5a43a1782ba58e0763
cdr.c: Fix runtime leak of CDR records.

Need to remove all CDR's listed by a CDR object from the active_cdrs_all
container including the root/master record.

ASTERISK-27656

Change-Id: I48b4970663fea98baa262593d2204ef304aaf80e
main/cdr.c