Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardtable.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardtable.py')
-rwxr-xr-xcardtable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cardtable.py b/cardtable.py
index e61b6f0..70f70b1 100755
--- a/cardtable.py
+++ b/cardtable.py
@@ -117,6 +117,7 @@ class CardTable(gtk.EventBox):
self.table.remove(card)
del card
self.load_game(None, data, grid)
+ gc.collect()
def get_card_size(self, size_table):
x = (780 - (11*size_table))/size_table