]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librados: fix leak in getxattr and getxattrs
authorAdam Kupczyk <akupczyk@redhat.com>
Mon, 16 Dec 2019 11:45:08 +0000 (06:45 -0500)
committerAdam Kupczyk <akupczyk@redhat.com>
Mon, 16 Dec 2019 15:49:42 +0000 (10:49 -0500)
commit282ac64b6db0192af7be33cd8476c810fab2bba9
treed29ad9c88b1d1efee6dcf79606f1ac2c7f2352bd
parent2ad13f5d489d6ffe275bd7f03e7ee70efcf17a63
librados: fix leak in getxattr and getxattrs

Issue was related to missing put() on AioCompletionImpl.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
src/librados/librados_c.cc