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

scribe at crosswire.org scribe at crosswire.org
Thu Nov 3 19:18:54 EDT 2022


Author: scribe
Date: 2022-11-03 19:18:54 -0400 (Thu, 03 Nov 2022)
New Revision: 3886

Modified:
   trunk/src/mgr/swmgr.cpp
Log:
cleaned up a resource when finished


Modified: trunk/src/mgr/swmgr.cpp
===================================================================
--- trunk/src/mgr/swmgr.cpp	2022-11-03 23:10:05 UTC (rev 3885)
+++ trunk/src/mgr/swmgr.cpp	2022-11-03 23:18:54 UTC (rev 3886)
@@ -757,6 +757,7 @@
 	if (!skipCache) {
 		if (config) {
 			config->augment(*pathConfig);
+			delete pathConfig;
 		}
 		else	config = myconfig = pathConfig;
 		return;



More information about the sword-cvs mailing list