]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10805: Memory Leak fix in mod_amqp
authorPraveen Kumar <praveen@plivo.com>
Wed, 22 Nov 2017 17:59:59 +0000 (17:59 +0000)
committerPraveen Kumar <praveen@plivo.com>
Thu, 30 Nov 2017 20:21:19 +0000 (01:51 +0530)
commit97d6bee3fcac17080775576b140d041d97ccd411
tree30215362452217ee0465331a2c0fb34f6d2cd6eb
parentf7e2505fc7b007f29b4c61de1cf2337b07e3b589
FS-10805: Memory Leak fix in mod_amqp

Memory allocated to hash iterators and hash tables isn't released
during module shutdown.

With these changes, memory allocated to hash iterators and hash tables
will be freed properly.
src/mod/event_handlers/mod_amqp/mod_amqp.c