]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod.c: fix memory leak in audiod_status_dump()
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 23:03:25 +0000 (00:03 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 23:03:25 +0000 (00:03 +0100)
commit3bcbbeb2728a1362e27d80e059830e4aeb8007cb
tree3ffa7820bf70981502ec976109fbbaedef412b4d
parent040460734d8fae886b8ed94f050d6e7902b83053
audiod.c: fix memory leak in audiod_status_dump()

missing free() for decoder flags. Quite serious: We leaked some bytes on each
status change.
audiod_command.c