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

Commit d0fbfd8e authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audio: fix IStream.createMmapBuffer()"

parents 0f06da11 a6f40c84
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ Return<void> StreamMmap<T>::createMmapBuffer(int32_t minSizeFrames, size_t frame
    }
    _hidl_cb(retval, info);
    if (hidlHandle != nullptr) {
        native_handle_close(hidlHandle);
        native_handle_delete(hidlHandle);
    }
    return Void();