]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Destroy ioqueue in rtp_ioqueue_thread_destroy. master
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 16 Apr 2026 12:44:13 +0000 (06:44 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 16 Apr 2026 18:25:55 +0000 (18:25 +0000)
commita5b77874a30adade2dd4a2caff1e3a66450097cf
treeea05ebacab38657b7a94f124f98e22d63e0f71de
parentb3728145b2727c018597ddb97f05bbe3a3c35d7a
res_rtp_asterisk: Destroy ioqueue in rtp_ioqueue_thread_destroy.

The rtp_ioqueue_thread_destroy() function was destroying the the ioqueue
thread and releasing its pool but not destroying the ioqueue itself.  This
was causing the ioqueue's epoll file descriptor to leak.

Resolves: #1867
res/res_rtp_asterisk.c