Author: rhuijben
Date: Mon Jul  5 14:12:41 2010
New Revision: 960603

URL: http://svn.apache.org/viewvc?rev=960603&view=rev
Log:
* subversion/libsvn_wc/node.c
  (svn_wc__node_get_repos_info): Following up on r880262, fix pool lifetime
     issue for added nodes.

Modified:
    subversion/trunk/subversion/libsvn_wc/node.c

Modified: subversion/trunk/subversion/libsvn_wc/node.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/node.c?rev=960603&r1=960602&r2=960603&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/node.c (original)
+++ subversion/trunk/subversion/libsvn_wc/node.c Mon Jul  5 14:12:41 2010
@@ -146,7 +146,7 @@ svn_wc__node_get_repos_info(const char *
                                 NULL, repos_root_url, repos_uuid,
                                 NULL, NULL, NULL, NULL,
                                 wc_ctx->db, local_abspath,
-                                scratch_pool, scratch_pool));
+                                result_pool, scratch_pool));
     }
 
   /* If we didn't get repository information, and the status means we are


Reply via email to