Skip to content

Commit 28c99a3

Browse files
rgw/d4n: comment to suppress false positive
flagged by coverity Signed-off-by: Pritha Srivastava <[email protected]>
1 parent 6c47dd9 commit 28c99a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rgw/rgw_ssd_driver.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ auto SSDDriver::get_async(const DoutPrefixProvider *dpp, const Executor& ex, con
516516
auto ec = boost::system::error_code{-ret, boost::system::system_category()};
517517
ceph::async::post(std::move(p), ec, bufferlist{});
518518
} else {
519+
// coverity[leaked_storage:SUPPRESS]
519520
(void)p.release();
520521
}
521522
}, token, dpp, ex, key, read_ofs, read_len);

0 commit comments

Comments
 (0)