Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
diff options
context:
space:
mode:
Diffstat (limited to 'svgcard.py')
-rwxr-xr-xsvgcard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgcard.py b/svgcard.py
index a20b0ff..6ba56b4 100755
--- a/svgcard.py
+++ b/svgcard.py
@@ -212,6 +212,7 @@ class SvgCard(gtk.DrawingArea):
self.queue_draw()
while gtk.events_pending():
gtk.main_iteration()
+ gc.collect()
def flop(self):
self.current_pixbuf = self.build_face('back')