From 60a40cbf3c9d684b3400da7acd430b14d7082456 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 21 Dec 2006 13:28:51 +0000 Subject: Well, memosono was adding up memory usage by each click on a tale. This is what a normal human would do as well when playing the memory game;) But the advantag of computers is...just kidding. The problem was the usage of pixbuf. A new pixbuf was created by each click and the memory did not gets deleted after the object was out of scope. Fixes were the addition of those two lines: del ppixbuf_i gc.collect() Deleting the pixbuf and calling the garbage collector manually. Bug with the best story. --- (limited to 'activity') -- cgit v0.9.1