[mirrorbrain-commits] r8034 - /trunk/mirrordoctor/mb/hashes.py

From: <poeml_at_mirrorbrain.org>
Date: Mon, 29 Mar 2010 05:25:29 -0000
Author: poeml
Date: Mon Mar 29 07:25:29 2010
New Revision: 8034

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8034&view=rev
Log:
mb makehashes:
- fix an accumulation of memory during hashing, by releasing references to
  unused objects, fixing issue #47.

Modified:
    trunk/mirrordoctor/mb/hashes.py

Modified: trunk/mirrordoctor/mb/hashes.py
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrordoctor/mb/hashes.py?rev=8034&r1=8033&r2=8034&view=diff
==============================================================================
--- trunk/mirrordoctor/mb/hashes.py (original)
+++ trunk/mirrordoctor/mb/hashes.py Mon Mar 29 07:25:29 2010
_at_@ -194,6 +194,8 @@
 
         c.execute('commit')
 
+        self.hb = None
+
     def __str__(self):
         return self.basename
 




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Mon Mar 29 2010 - 05:25:31 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT