commit | 21a0dca457bc0f3b8bafca0c49dfe2d442acbde0 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Mon May 21 13:38:42 2012 -0700 |
committer | James Dong <jdong@google.com> | Mon May 21 13:48:20 2012 -0700 |
tree | 07bd56fc5b179e0cd3b83fdc6bda50995046818e | |
parent | bf2461ecc71c0aacf8c03fcdaf0dc46bc8285c7f [diff] |
Fix a mediaserver crash caused by dereferencing a NULL pointer. The pointer (info in method drainInputBuffer) in can be null at the point of the dereference, but it will get updated subsequently. Thus, we should move the logging after the pointer gets updated. related-to-bug: 6530159 Change-Id: Ifa5f19a694953af6942454e5c28cd3fa024f11d2