This commit is contained in:
ingvar1995 2016-05-28 22:43:51 +03:00
parent c27c35fcc0
commit 02507ab8b4
9 changed files with 37 additions and 6 deletions

View file

@ -881,8 +881,9 @@ class Profile(Contact, Singleton):
friend.status = None
def close(self):
self._call.stop()
del self._call
if hasattr(self, '_stop'):
self._call.stop()
del self._call
# -----------------------------------------------------------------------------------------------------------------
# File transfers support