Commits
Praveen Kumar committed 97d6bee3fca
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.