[sword-svn] r2577 - trunk/src/modules/lexdict/zld

scribe at crosswire.org scribe at crosswire.org
Wed Oct 20 15:10:12 MST 2010


Author: scribe
Date: 2010-10-20 15:10:12 -0700 (Wed, 20 Oct 2010)
New Revision: 2577

Modified:
   trunk/src/modules/lexdict/zld/zld.cpp
Log:
added a class to flushCache() in the d-tor.  This shouldn't be necessary, as zstr's d-tor makes this call, but can't hurt.


Modified: trunk/src/modules/lexdict/zld/zld.cpp
===================================================================
--- trunk/src/modules/lexdict/zld/zld.cpp	2010-10-20 21:03:57 UTC (rev 2576)
+++ trunk/src/modules/lexdict/zld/zld.cpp	2010-10-20 22:10:12 UTC (rev 2577)
@@ -48,7 +48,7 @@
  */
 
 zLD::~zLD() {
-
+	flushCache();
 }
 
 




More information about the sword-cvs mailing list