mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
fixes some memory leaks and redundant conditions
(closes issue #15269) Reported by: contactmayankjain Patches: patch.txt uploaded by contactmayankjain (license 740) memory_leak_stuff.trunk.diff uploaded by dvossel (license 671) Tested by: contactmayankjain, dvossel git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@201678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -941,8 +941,7 @@ void ast_unregister_atexit(void (*func)(void))
|
||||
AST_RWLIST_TRAVERSE_SAFE_END;
|
||||
AST_RWLIST_UNLOCK(&atexits);
|
||||
|
||||
if (ae)
|
||||
free(ae);
|
||||
free(ae);
|
||||
}
|
||||
|
||||
/* Sending commands from consoles back to the daemon requires a terminating NULL */
|
||||
|
||||
Reference in New Issue
Block a user