[sword-svn] r2219 - trunk/src/mgr

scribe at crosswire.org scribe at crosswire.org
Tue Dec 23 03:30:04 MST 2008


Author: scribe
Date: 2008-12-23 03:30:04 -0700 (Tue, 23 Dec 2008)
New Revision: 2219

Modified:
   trunk/src/mgr/installmgr.cpp
Log:
clean up on d-tor


Modified: trunk/src/mgr/installmgr.cpp
===================================================================
--- trunk/src/mgr/installmgr.cpp	2008-12-23 09:33:38 UTC (rev 2218)
+++ trunk/src/mgr/installmgr.cpp	2008-12-23 10:30:04 UTC (rev 2219)
@@ -96,7 +96,7 @@
 InstallMgr::~InstallMgr() {
 	delete [] privatePath;
 	delete installConf;
-
+	clearSources();
 }
 
 void InstallMgr::clearSources() {




More information about the sword-cvs mailing list