Skip to content

Commit

Permalink
message_filters: call Subscriber::unsubscribe() in destructor (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwecht authored and dirk-thomas committed Aug 3, 2018
1 parent cbec901 commit 36d5416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Subscriber : public SubscriberBase, public SimpleFilter<M>

~Subscriber()
{
unsubscribe();
Subscriber::unsubscribe();
}

/**
Expand Down

0 comments on commit 36d5416

Please sign in to comment.