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

Commit 94ffdb29 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

Change-Id: I8a1e49bc6036dab29d439cf79d7dcb4c5d2036ff
parents 66854748 1719e70b
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;