diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx index 5f8518742147..393d8312e43a 100644 --- a/binaryurp/source/reader.cxx +++ b/binaryurp/source/reader.cxx @@ -447,6 +447,7 @@ void Reader::readReplyMessage(Unmarshal & unmarshal, sal_uInt8 flags1) { uno_threadpool_putJob( bridge_->getThreadPool(), tid.getHandle(), resp.get(), nullptr, false); + // coverity[leaked_storage] - "Bridge::makeCall" destroys resp when received resp.release(); break; }