[sword-svn] r2576 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Wed Oct 20 14:03:58 MST 2010


Author: scribe
Date: 2010-10-20 14:03:57 -0700 (Wed, 20 Oct 2010)
New Revision: 2576

Modified:
   trunk/utilities/imp2vs.cpp
Log:
Added a delete for the module object to be sure we flush cache


Modified: trunk/utilities/imp2vs.cpp
===================================================================
--- trunk/utilities/imp2vs.cpp	2010-10-20 12:42:36 UTC (rev 2575)
+++ trunk/utilities/imp2vs.cpp	2010-10-20 21:03:57 UTC (rev 2576)
@@ -210,6 +210,7 @@
 
 	FileMgr::getSystemFileMgr()->close(fd);
 
+	delete module;
 	delete vkey;
 
 	return 0;




More information about the sword-cvs mailing list