Skip to content

Commit

Permalink
rbd: fixed memory leak in 'rbd mirror pool' multi-image actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ba52f42)
  • Loading branch information
Jason Dillaman committed May 15, 2019
1 parent f628db0 commit df29db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/rbd/action/MirrorPool.cc
Expand Up @@ -451,6 +451,7 @@ class ImageRequestBase {
finalize_action();
}
m_throttle.end_op(r);
delete this;
}

};
Expand Down

0 comments on commit df29db7

Please sign in to comment.