commit | 7c67c79fff14cf28a19fda1bfb532804759f85fe | [log] [tgz] |
---|---|---|
author | Chuangjie Xia <chuangjie.xia@mediatek.com> | Wed Oct 09 13:55:16 2019 +0800 |
committer | Marco Nelissen <marcone@google.com> | Tue Feb 11 19:58:47 2020 +0000 |
tree | bda38558518cb9acd455f544cf217d4d7f182d94 | |
parent | 4a677fbb96166a78c38e74f6374a5a3a2ca1ec77 [diff] |
Delete an uninitialized object in AACExtractor Due to some reason, for example bad file, readAt header fails in AACExtractor(...) and the variable mMeta is not initialized. Then exception happens when to delete mMeta in ~AMRExtractor(). Bug: 142630125 Test: MTBF test and make sure no assertion in AMediaFormat_delete(mMeta) of ~AACExtractor() Change-Id: Ie04989f20170391961c8a6d12e1882262be18d7f