]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Fix a memory leak in parse_receiver_args().
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Feb 2011 11:50:37 +0000 (12:50 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Feb 2011 11:50:37 +0000 (12:50 +0100)
commit540e19319a41ee5ed74565d40f9bf49867747b2c
tree96ba682f3fff47c8f011f1d41a027afcd76d6338
parent9417eae5ca2b9f10d25f769221e8fd91048bc68a
audiod: Fix a memory leak in parse_receiver_args().

If multiple receivers are given, we leak the config structure of
all but the last one.

Clean up a comment further down in the function while we're at it.
audiod.c