commit | aa165e5358403341aaca87bd7bedc39e425ea6b6 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Wed Jul 12 10:39:16 2017 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Wed Jul 12 10:39:16 2017 -0700 |
tree | c09eec55161beaca6b4838d7d398157c9cc19bc8 | |
parent | ed0f8f425d90254590bf49e2b6e2fe77be679701 [diff] |
audioflinger: Fix missing 'return' statement in 'getParameters' Without a 'return', the code attempts to call a method on a null thread instance. Bug: 62918718 Test: doesn't crash when bogus audio_io_handle passed to 'getParameters' Change-Id: I356dfd9531e0de41d869b8e29909dee5843dc795