]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados/aio.cc: delete AioCompletion* before return
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 14 Nov 2014 14:39:19 +0000 (15:39 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 Jan 2015 09:14:10 +0000 (10:14 +0100)
commit2f54209423bb505ee4b64aae998b6cc5c23ab477
treebc94f53198183b200a3b8b325e8047f0662471e0
parent6fd348fe43399a882906646004bf3f5a4cf9dabb
test/librados/aio.cc: delete AioCompletion* before return

CID 1242018: Resource leak (RESOURCE_LEAK)
 leaked_storage: Variable aio_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