diff --git a/src/agents/avirus/avirus.c b/src/agents/avirus/avirus.c index 3c38ea7..0f93cdc 100755 --- a/src/agents/avirus/avirus.c +++ b/src/agents/avirus/avirus.c @@ -49,12 +49,6 @@ AVirusClientFree(void *client) { register AVirusClient *c = client; - if (c->conn) { - ConnClose(c->conn, 1); - ConnFree(c->conn); - c->conn = NULL; - } - if (c->envelope) { MemFree(c->envelope); }