this seems to fix the memory leak.

This commit is contained in:
Michel Oosterhof
2016-01-11 20:26:39 +04:00
parent 381ef822da
commit 22b49705a2

View File

@@ -64,6 +64,7 @@ class HoneyPotSSHSession(session.SSHSession):
This is reliably called on session close/disconnect and calls the avatar
"""
session.SSHSession.closed(self)
self.client = None
def sendEOF(self):