Skip to content

Commit

Permalink
Merge pull request #12220 from liewegas/wip-coverity
Browse files Browse the repository at this point in the history
librbd/ImageCtx: no need for virtual dtor

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Nov 29, 2016
2 parents 8f2ccff + d368069 commit a1c6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librbd/ImageCtx.cc
Expand Up @@ -73,7 +73,7 @@ class SafeTimerSingleton : public SafeTimer {
lock("librbd::Journal::SafeTimerSingleton::lock") {
init();
}
virtual ~SafeTimerSingleton() {
~SafeTimerSingleton() {
Mutex::Locker locker(lock);
shutdown();
}
Expand Down

0 comments on commit a1c6017

Please sign in to comment.