Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb14e77f authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 6da3cc59: am 396f131d: Merge "Fix memory leak"

* commit '6da3cc59':
  Fix memory leak
parents efa5b614 6da3cc59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -484,6 +484,7 @@ static status_t decode(int fd, int64_t offset, int64_t length,
    status_t err = AMediaExtractor_setDataSourceFd(ex, fd, offset, length);

    if (err != AMEDIA_OK) {
        AMediaExtractor_delete(ex);
        return err;
    }