mercurial/sshpeer.py
changeset 46659 8c4906105f37
parent 45942 89a2afe31e82
child 46660 0738bc25d6ac
--- a/mercurial/sshpeer.py	Mon Jan 11 13:33:00 2021 +0100
+++ b/mercurial/sshpeer.py	Mon Feb 15 13:59:36 2021 -0500
@@ -434,7 +434,7 @@
         return True
 
     def close(self):
-        pass
+        self._cleanup()
 
     # End of ipeerconnection interface.