OSDN Git Service

FileSource may fail to open a file in which case subsequent code dereferences a NULL...
authorAndreas Huber <andih@google.com>
Wed, 27 Oct 2010 17:33:04 +0000 (10:33 -0700)
committerAndreas Huber <andih@google.com>
Wed, 27 Oct 2010 17:33:04 +0000 (10:33 -0700)
commit7459b018db9aecea809add574cfa1b5ca72c47dd
treef341359267f18526e1478b17fd1661368a5114ff
parent81bd788ecf1cd2f460c19f9a29464ee00f5ef8cf
FileSource may fail to open a file in which case subsequent code dereferences a NULL pointer. This fixes this recently introduced problem.

Change-Id: I60dd9532b694a1b488743b71f43e107c778d6683
media/libstagefright/FileSource.cpp