Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/graphics/palettegroup.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-09 20:21:06 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-09 20:21:06 (GMT)
commit83353f3c72684f493063246cb7b272d7eeca029f (patch)
tree65ced586e3a06eed0c3f01a94efd9b5a91d16b91 /lib/sugar/graphics/palettegroup.py
parent86b943b2445f42ee42ee07d3258abe695739e65e (diff)
#5532: Fix memory leak when a buddy disappears.
Diffstat (limited to 'lib/sugar/graphics/palettegroup.py')
-rw-r--r--lib/sugar/graphics/palettegroup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sugar/graphics/palettegroup.py b/lib/sugar/graphics/palettegroup.py
index 40d4ca2..bdae76b 100644
--- a/lib/sugar/graphics/palettegroup.py
+++ b/lib/sugar/graphics/palettegroup.py
@@ -68,6 +68,7 @@ class Group(gobject.GObject):
palette.disconnect(sid)
self._palettes.remove(palette)
+ del self._sig_ids[palette]
def popdown(self):
for palette in self._palettes: