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

Commit 12c23b6c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unitialized value in gralloc1"

parents 6ae5c4f5 521698f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ Error Mapper::lock(buffer_handle_t handle,

int Mapper::unlock(buffer_handle_t handle) const
{
    int releaseFence;
    int releaseFence = -1;

    Error error = kDefaultError;
    mMapper->unlock(handle,