]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix a fd leak in the udp sender.
authorAndre Noll <maan@systemlinux.org>
Wed, 6 Oct 2010 20:51:30 +0000 (22:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 31 Oct 2010 11:18:24 +0000 (12:18 +0100)
commit0eb1ce203c17c920ea9a0f1565f68db20b3edb1f
treea4dd36402d7764c341ab0fa9b3bb6c11d44f1d89
parent26d1bf2b7be9af211755c6fb90ff8de55e5a9bd3
Fix a fd leak in the udp sender.

When deleting the UDP target, we forgot to close the socket fd.
udp_send.c