HTTP tests: fix an ASan warning.

This commit is contained in:
James Turner
2021-04-21 12:45:56 +01:00
parent f9f5977cca
commit 83b58b68ae

View File

@@ -201,6 +201,7 @@ public:
virtual ~TestServer()
{
disconnectAll();
_poller.removeChannel(this);
}