]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crush: Silence coverity warnings for test/crush/crush.cc 12436/head
authorBrad Hubbard <bhubbard@redhat.com>
Sun, 11 Dec 2016 23:16:33 +0000 (09:16 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Sun, 11 Dec 2016 23:16:33 +0000 (09:16 +1000)
commitefbe45fe47ac0118501dd9516447b7d8fcea9a43
tree05e972656a52988a45bb1ef24b2c25fb7eb5ea8c
parent317c9b98f7a621c9a8a439bf54514b81d165f50f
crush: Silence coverity warnings for test/crush/crush.cc

Coverity 1395747 reports that "c" leaks. Switching to smart pointers should
resolve that.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/test/crush/crush.cc