]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_xsearch: cleanup {pkt_op_p} on exceptions
authorEric Wong <e@80x24.org>
Thu, 4 Mar 2021 09:03:13 +0000 (17:03 +0800)
committerEric Wong <e@80x24.org>
Thu, 4 Mar 2021 18:29:39 +0000 (14:29 -0400)
We must ensure pkt_op_p doesn't live beyond the scope of
->do_query in the top-level lei-daemon, otherwise it can leave a
stray socket hanging around in case of exceptions.


No differences found