Created attachment 120826 [details] [PATCH] module-tunnel: Fix double free, Local pointer 'dn' freed again when pa_thread_new() failed. Dear all, Local pointer 'dn' freed again when pa_thread_new() failed in module-tunnel.c. Please find attached patch and review it. Thanks. Regards, KimJeongYeon
Thanks for the patch. I think it would be better to just move the pa_xfree(dn) a few lines below to where the other free happens (after the last 'goto fail').
Created attachment 120846 [details] [review] [PATCH] module-tunnel: Fix double free, Local pointer 'dn' freed again when pa_thread_new() failed. (upload patch again) Thanks for review. I uploaded the patch again.
Merged, thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.