OSDN Git Service

Fix NPE in audio decoding
authorJean-Michel Trivi <jmtrivi@google.com>
Fri, 24 Jun 2011 23:02:15 +0000 (16:02 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Fri, 24 Jun 2011 23:48:44 +0000 (16:48 -0700)
commit5afa50bca331f7ac29002f97421abf276919f2d6
treebc52b5c647166e011605e36ce80209ca25e20d57
parentce2330c787ed1756621c854c44138ac6b5b07d2d
Fix NPE in audio decoding

If the data source wasn't properly initialized, the corresponding
 member field should be accessed.

Change-Id: I811827991078db4b8dc4278014f046361f06e1a2
wilhelm/src/android/android_AudioSfDecoder.cpp