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

Commit 4d7d54af authored by Ray Chin's avatar Ray Chin Committed by Automerger Merge Worker
Browse files

Fix fd close multiple times issue am: 787eb4cb am: 00fd823a

parents 9115668b 00fd823a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ TunerHidlFilter::~TunerHidlFilter() {
    }

    hidl_handle handle;
    handle.setTo(makeFromAidl(in_handle), true);
    handle.setTo(makeFromAidl(in_handle));
    HidlResult res = mFilter->releaseAvHandle(handle, in_avDataId);
    if (res != HidlResult::SUCCESS) {
        return ::ndk::ScopedAStatus::fromServiceSpecificError(static_cast<int32_t>(res));