diff --git a/src/chat.py b/src/chat.py index fe0613f5b..c03459d4b 100644 --- a/src/chat.py +++ b/src/chat.py @@ -320,6 +320,8 @@ class Chat: gajim.config.set('gc-width', width) gajim.config.set('gc-height', height) + # FIXME: if we're here the del in 10 lines will not be called! + # maybe mem leak? self.window.destroy() return if self.nb_unread[jid] > 0: