You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/02/02 23:08:44 UTC

svn commit: r1441817 - /subversion/trunk/subversion/svn/util.c

Author: stsp
Date: Sat Feb  2 22:08:44 2013
New Revision: 1441817

URL: http://svn.apache.org/viewvc?rev=1441817&view=rev
Log:
* subversion/svn/util.c
  (svn_cl__propset_print_binary_mime_type_warning): Use the iterpool, not
   the scratch pool, to store the canonicalized property value calculated
   during the loop.

Modified:
    subversion/trunk/subversion/svn/util.c

Modified: subversion/trunk/subversion/svn/util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/util.c?rev=1441817&r1=1441816&r2=1441817&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/util.c (original)
+++ subversion/trunk/subversion/svn/util.c Sat Feb  2 22:08:44 2013
@@ -1087,7 +1087,7 @@ svn_cl__propset_print_binary_mime_type_w
                                                local_abspath,
                                                svn_node_file,
                                                FALSE, NULL, NULL,
-                                               scratch_pool));
+                                               iterpool));
 
           if (svn_mime_type_is_binary(canon_propval->data))
             {