]> git.tue.mpg.de Git - paraslash.git/commit
udp_recv: Fix a memory leak in case mcast_receiver_setup() failed.
authorAndre Noll <maan@systemlinux.org>
Sun, 21 Mar 2010 12:06:32 +0000 (13:06 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Mar 2010 12:06:32 +0000 (13:06 +0100)
commit85c25aaa851aa20aba167b0fa5c827d115079681
tree829debb818c441f4d9f4f0fb8515b6f57d50a6b1
parent25c1156924009d991d7a4d3f780f51e77aa9cd6f
udp_recv: Fix a memory leak in case mcast_receiver_setup() failed.

We have to free the private_data structure.
udp_recv.c