[Updated] D9153: unbundle: free temporary objects after use

joerg.sonnenberger (Joerg Sonnenberger) phabricator at mercurial-scm.org
Mon Oct 12 18:11:30 UTC 2020


Closed by commit rHG3aa7b0c1b97c: unbundle: free temporary objects after use (authored by joerg.sonnenberger).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D9153?vs=23041&id=23176

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D9153/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D9153

AFFECTED FILES
  mercurial/changegroup.py

CHANGE DETAILS

diff --git a/mercurial/changegroup.py b/mercurial/changegroup.py
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -333,6 +333,8 @@
             clend = len(cl)
             changesets = clend - clstart
             progress.complete()
+            del deltas
+            del efilesset
             self.callback = None
 
             # pull off the manifest group



To: joerg.sonnenberger, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201012/7b6c4eea/attachment-0002.html>


More information about the Mercurial-patches mailing list