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

Commit 7ddf7abf authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by Android (Google) Code Review
Browse files

Merge "Camera: Fix ION buffer leaks"

parents ba1460f2 bbdb1f6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,10 +194,10 @@ private:
            mRelease(mDevice, handle);
        } else {
            mModule->unregisterBuffer(mModule, handle);
        }
        native_handle_close(handle);
        native_handle_delete(const_cast<native_handle_t*>(handle));
    }
    }

    // gralloc1
    gralloc1_device_t* mDevice;