commit | a8f90c19feb419a9bd77dac3fcdf92e90eb925af | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Thu May 14 11:27:19 2020 -0700 |
committer | George Burgess IV <gbiv@google.com> | Thu May 14 11:27:19 2020 -0700 |
tree | 67e0624e76cbce8d13146c381fc472b8b09f42e8 | |
parent | 3ec7c256a8e5f5e3ec1dd1338fbc005838c2ff60 [diff] |
av: remove a redundant NULL check The unconditional `readInputParameters_l` call below this condition immediately and unconditionally dereferences `mInput`. Either `readInputParameters_l` needs to handle a null `mInput` reasonably, or `mInput` can never be null. This CL assumes the latter. Bug: None Test: TreeHugger Change-Id: I46f89f918257f9d4aa762a03c3d03e030a17b4a9