]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: leak on canceling simple io scheduler timer task
authorMykola Golub <mgolub@suse.com>
Wed, 24 Apr 2019 14:08:48 +0000 (15:08 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 24 Apr 2019 14:44:57 +0000 (15:44 +0100)
commit32a3b85a0c7c51e8aca2f03c33f400dbab46e63e
tree61077c26358cf13e65612bc851c3197171769a7f
parent0d0e87241a805e047453ee9f45352aea418dbc76
librbd: leak on canceling simple io scheduler timer task

When the timer task is canceled it is just deleted and the passed
context will not be executed.

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/io/SimpleSchedulerObjectDispatch.cc