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

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

Merge "surfaceflinger: fix static analyzer complaints" am: 6d31f4eb am: 72e78203 am: 1719e70b

am: 94ffdb29

Change-Id: Ib58556f53240baf86621f3fda651cf62c17c85aa
parents c1f9234d 94ffdb29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2259,7 +2259,7 @@ void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags)
                    sp<const DisplayDevice> hw(mDisplays[dpy]);
                    if (layer->belongsToDisplay(hw->getLayerStack(), hw->isPrimary())) {
                        if (disp == NULL) {
                            disp = hw;
                            disp = std::move(hw);
                        } else {
                            disp = NULL;
                            break;