commit | 027a472efe49ff3a24be619442d2150658dbaaa0 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Fri Mar 29 06:46:23 2019 |
committer | James Zern <jzern@google.com> | Fri Mar 29 06:46:23 2019 |
tree | 34b1380c4826283d538ab24f015c75aaa1247806 | |
parent | bc32e3c6b0aff6fb32a413203352ec4632b1424f [diff] |
VideoTrack::Parse: fix potential memory leak for consistency this matches the fix in cb5a947 Fix a potential memory leak in mkvparser.cc these could both be simplified by transferring the ownership of the pointer by returning a std::unique_ptr directly or as an output parameter. BUG=b/129393729 Change-Id: I196974e475e459acf43cd673e4339e811abb2025