]> git.tuebingen.mpg.de Git - paraslash.git/commit
audioc: Avoid double free in audioc_i9e_line_handler().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Apr 2017 19:22:34 +0000 (21:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Apr 2017 19:22:34 +0000 (21:22 +0200)
commit1789666b13d830b97f7b95fa5296ecc4fb199b22
tree7e5a461af74c6891da4800588ac42f03ccfb541d
parentb8b85c39eadee1d42857ee7ce31f2a1e04967024
audioc: Avoid double free in audioc_i9e_line_handler().

If connect_audiod() returns negative, we free "args" twice. Found by
the clang static analyzer.
audioc.c