commit | f303d743250d2754209980bb42017b9668cf163f | [log] [tgz] |
---|---|---|
author | Caroline Tice <cmtice@google.com> | Wed Nov 30 16:20:52 2016 -0800 |
committer | George Burgess IV <gbiv@google.com> | Thu Dec 01 11:45:36 2016 -0800 |
tree | e7f65c610d4cb29610026d29d657a5d4d5eea8b4 | |
parent | 76321a335ccd1e810221e5ffbae2f045d4f397fa [diff] |
Remove null-ptr deref compiler warning. This CL removes the following compiler warning: frameworks/av/media/libstagefright/MPEG4Extractor.cpp:1025:35 warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'cur') [clang-analyzer-core.NullDereference] Bug: None Test: Compiled with change and no warning. Change-Id: I365843068b098b111c281ac293a0b0b3aa2ec875