Added virtual destructor to ServerInteface class to fix memory leak
This commit is contained in:
@@ -12,6 +12,8 @@ namespace Bloom::DebugServer
|
||||
class ServerInterface
|
||||
{
|
||||
public:
|
||||
virtual ~ServerInterface() = default;
|
||||
|
||||
/**
|
||||
* Should return the name of the server.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user