Added virtual destructor to ServerInteface class to fix memory leak

This commit is contained in:
Nav
2022-07-11 20:26:42 +01:00
parent 78491a7874
commit 9f5ff0efed

View File

@@ -12,6 +12,8 @@ namespace Bloom::DebugServer
class ServerInterface
{
public:
virtual ~ServerInterface() = default;
/**
* Should return the name of the server.
*