]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
c_read_operations.cc: silence coverity with scope_guard
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 30 May 2017 10:27:57 +0000 (12:27 +0200)
committerKefu Chai <kchai@redhat.com>
Sat, 2 Sep 2017 04:27:16 +0000 (12:27 +0800)
commit8162d65e27f1e9a4761e8f20151616010b64efcc
treef51f430df0634a6d3c11405e127e1a245d87e9d6
parent79d2a60e1186442f1928b126f959a7cadaec7741
c_read_operations.cc: silence coverity with scope_guard

CID 1219593 (#1 of 1): Resource leak (RESOURCE_LEAK)
 leaked_storage: Variable completion going out of scope leaks
 the storage it points to.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/librados/c_read_operations.cc