]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados/aio.cc: release completion before exit
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 14 Nov 2014 18:58:43 +0000 (19:58 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 Jan 2015 09:14:11 +0000 (10:14 +0100)
commit1a00fb70f036239791c942f13e00c52bd1e2bad4
tree541d066346a3b8f598bd2ce8f3f7f621930836b7
parent2f54209423bb505ee4b64aae998b6cc5c23ab477
test/librados/aio.cc: release completion before exit

CID 1242020 (#1 of 1): Resource leak (RESOURCE_LEAK)
 leaked_storage: Variable my_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/aio.cc