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

Commit 827d069a authored by Jamie Gennis's avatar Jamie Gennis Committed by Android (Google) Code Review
Browse files

Merge "SurfaceTexture: free buffers when disconnect fails" into ics-mr0

parents 9a76afff 791e6382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,9 +409,9 @@ int SurfaceTextureClient::connect(int api) {
int SurfaceTextureClient::disconnect(int api) {
    LOGV("SurfaceTextureClient::disconnect");
    Mutex::Autolock lock(mMutex);
    freeAllBuffers();
    int err = mSurfaceTexture->disconnect(api);
    if (!err) {
        freeAllBuffers();
        mReqFormat = 0;
        mReqWidth = 0;
        mReqHeight = 0;