Skip to content

m_cleanup: fix memory leaks

jeremy marchand requested to merge memory_leaks into master

m_cleanup didn't cleanup the if_batchq and if_fastq queues, resulting in a memory leak (reported by ASAN while fuzzing).

Merge request reports