This commit is contained in:
Michael Davidsaver
2017-07-10 14:03:39 +02:00
parent 8f4fafd668
commit eafd962d78
4 changed files with 45 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ struct Getter : public TestClientChannel::GetCallback,
virtual ~Getter()
{
channel.removeConnectListener(this);
op.cancel();
}
virtual void getDone(const TestGetEvent& event)