From 55a5678ee438a0bcdc20405336ee6435f926fae9 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 1 Aug 2005 22:47:11 +0000 Subject: [PATCH] add a FIXME --- src/chat.py | 2 ++ 1 file changed, 2 insertions(+) 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: