[sword-svn] r2261 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Mon Feb 16 05:11:41 MST 2009


Author: scribe
Date: 2009-02-16 05:11:41 -0700 (Mon, 16 Feb 2009)
New Revision: 2261

Modified:
   trunk/utilities/imp2ld.cpp
Log:
delete linkKey


Modified: trunk/utilities/imp2ld.cpp
===================================================================
--- trunk/utilities/imp2ld.cpp	2009-02-16 12:06:49 UTC (rev 2260)
+++ trunk/utilities/imp2ld.cpp	2009-02-16 12:11:41 UTC (rev 2261)
@@ -133,8 +133,10 @@
 			mod->linkEntry(linkKey);
 		}
 	}
+
 	infile.close();
 
+	delete linkKey;
 	delete key;
 	delete mod;
 




More information about the sword-cvs mailing list