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

Commit ae892959 authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am 8980e0cc: Merge "libgui: Propagate error by clearing sp<GB>"

* commit '8980e0cc':
  libgui: Propagate error by clearing sp<GB>
parents 67ff12d9 8980e0cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ public:
        if (result == NO_ERROR) {
            graphicBuffer = new GraphicBuffer();
            result = reply.read(*graphicBuffer);
            if (result != NO_ERROR) {
                graphicBuffer.clear();
            }
            // reply.readStrongBinder();
            // here we don't even have to read the BufferReference from
            // the parcel, it'll die with the parcel.