In the implementations of svn_fs_get_mergeinfo, make sure that the
commit723fc2cca18818d2778eebd2ee2ade1e04fb1841
authorglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Fri, 15 Feb 2008 20:09:54 +0000 (15 20:09 +0000)
committerglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Fri, 15 Feb 2008 20:09:54 +0000 (15 20:09 +0000)
tree7b7f990f83dde2596cc9ca7410197d876868230b
parent9a91a6dbf1c13d7dba73e9f14ad1a3e4ee304d09
In the implementations of svn_fs_get_mergeinfo, make sure that the
keys in the catalog are in the correct pool.

* subversion/libsvn_fs_base/tree.c
  (get_mergeinfos_for_paths): Copy key from iterpool into the pool
   given as an argument.

* subversion/libsvn_fs_fs/tree.c
  (crawl_directory_dag_for_mergeinfo): Copy key from pool into
   result_pool.

git-svn-id: http://svn.collab.net/repos/svn/trunk@29388 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
subversion/libsvn_fs_base/tree.c
subversion/libsvn_fs_fs/tree.c