You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/07/24 16:45:00 UTC

svn propchange: r1150368 - svn:log

Author: rhuijben
Revision: 1150368
Modified property: svn:log

Modified: svn:log at Sun Jul 24 14:45:00 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Jul 24 14:45:00 2011
@@ -10,7 +10,7 @@ switching from subpools to dual pool han
     possible similar problems as that caught in svn_client__do_commit.
 
 * subversion/libsvn_client/commit_util.c
-  (svn_client__do_commit): Clear iterpool when svn_wc_transmit_text_deltas3
+  (svn_client__do_commit): Destroy iterpool when svn_wc_transmit_text_deltas3
     fails. The txdelta infrastructure doesn't have a well defined abort
     procedure so the current implementations rely on pool cleanup.
     But when iterpool isn't cleared here we call the editor's abort before