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

Commit 6d31f4eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "surfaceflinger: fix static analyzer complaints"

parents cd89b876 406a285a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2144,7 +2144,7 @@ void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags)
                    sp<const DisplayDevice> hw(mDisplays[dpy]);
                    if (hw->getLayerStack() == currentlayerStack) {
                        if (disp == NULL) {
                            disp = hw;
                            disp = std::move(hw);
                        } else {
                            disp = NULL;
                            break;