• Praveen Kumar's avatar
    FS-10805: Memory Leak fix in mod_amqp · 97d6bee3
    Praveen Kumar 提交于
    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.
    97d6bee3
mod_amqp.c 4.0 KB