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

Commit fdbafb6a authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "img_utils: fix static analyzer complaints" am: 69545369

am: 5f15fcc8

Change-Id: I3f790bc4d2051732165df48f2ca1e350ecf799cc
parents b8c55296 5f15fcc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ sp<TiffIfd> TiffWriter::findLastIfd() {
        if (nextIfd == NULL) {
            break;
        }
        ifd = nextIfd;
        ifd = std::move(nextIfd);
    }
    return ifd;
}