]> Sergey Matveev's repositories - public-inbox.git/commitdiff
git_async_cat: remove circular reference
authorEric Wong <e@yhbt.net>
Tue, 23 Jun 2020 23:21:12 +0000 (23:21 +0000)
committerEric Wong <e@yhbt.net>
Thu, 25 Jun 2020 05:37:59 +0000 (05:37 +0000)
While this circular reference was carefully managed to not leak
memory; it was still triggering a warning at -imapd/-nntpd
shutdown due to the EPOLL_CTL_DEL op failing after the $Epoll FD
gets closed.

So remove the circular reference by providing a ref to `undef',
instead.


No differences found