Update graph destructor

This commit is contained in:
Antonio cuadros
2021-07-28 12:28:48 +02:00
parent a86d883128
commit 2ee51a45f3
3 changed files with 35 additions and 9 deletions
+5
View File
@@ -29,6 +29,11 @@ class Agent
private:
Agent();
~Agent()
{
stop();
}
Agent(const Agent &) = delete;
Agent(Agent &&) = delete;