mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
Memory leaks fix
(closes ASTERISK-22376)
Reported by: John Hardin
Patches:
memleak.patch uploaded by jhardin (license 6512)
memleak2.patch uploaded by jhardin (license 6512)
........
Merged revisions 397946 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1352,6 +1352,8 @@ static void ast_cel_engine_term(void)
|
||||
cel_dialstatus_store = NULL;
|
||||
ao2_cleanup(linkedids);
|
||||
linkedids = NULL;
|
||||
ao2_cleanup(cel_backends);
|
||||
cel_backends = NULL;
|
||||
STASIS_MESSAGE_TYPE_CLEANUP(cel_generic_type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user