]> git.tuebingen.mpg.de Git - paraslash.git/commit
audioc: Do not leak command buffer.
authorAndre Noll <maan@systemlinux.org>
Fri, 13 Jan 2012 22:43:05 +0000 (23:43 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 5 Feb 2012 19:15:45 +0000 (20:15 +0100)
commitd73a140ae7f77a18f858a66d1a354d106088c6ca
treeba9950a1cf594da4e0e9610b1d51a01c872603a5
parent017a63ecd7f2ff30233b50d455355400197bb660
audioc: Do not leak command buffer.

This buffer contains the command to be sent to para_audiod. It is
allocated but never freed.
audioc.c