]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg: drop unnecessary polling_stop() 17079/head
authorJos Collin <jcollin@redhat.com>
Fri, 18 Aug 2017 01:30:31 +0000 (07:00 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 18 Aug 2017 01:32:40 +0000 (07:02 +0530)
commita96cb5b4da5060819df67c3dd28fa2a82cfbfc59
tree9fc17bb8aef4cfea5b4414a7997a10ad449cadc5
parent51ccc5feabea18e6804ec954968e3444be7cb16e
msg: drop unnecessary polling_stop()

Drop the unnecessary polling_stop() in the ~RDMAStack(). The RDMADispatcher object contained in
RDMAStack will get distroyed when RDMAStack gets distroyed. Thus ~RDMADispatcher() will be
called automatically and executes the polling_stop().

Fixes:
The below coverity scan reports.
1. CID 1416590:  Memory - corruptions
2. CID 1416593:  Memory - illegal accesses
3. CID 1416595:  Memory - corruptions
4. CID 1416597:  Memory - illegal accesses

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/msg/async/rdma/RDMAStack.cc