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

Commit 396f131d authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Fix memory leak"

parents fd523efc 06524dcc
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;
    }