From eb8325c739fdafbff6652e43f6fe8074f1f0aa28 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 3 Jun 2011 18:38:40 -0700 Subject: portdbapi: cleanup when base module is reloaded This prevents memory leaks via portdbapi.portdbapi_instances when the module is reloaded. Also, there's no need for ebuild(1) to call close_portdbapi_caches() since it's now handled automatically during the reload. --- bin/ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/ebuild') diff --git a/bin/ebuild b/bin/ebuild index e3e8c6b34..9ad17e83d 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -147,7 +147,6 @@ if ebuild_portdir != vdb_path and \ encoding=_encodings['content'], errors='strict') print("Appending %s to PORTDIR_OVERLAY..." % ebuild_portdir) - portage.close_portdbapi_caches() imp.reload(portage) # Constrain eclass resolution to the master(s) -- cgit v1.2.3-1-g7c22