[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1182248 - in /subversion/branches/tree-read-api/subversion/libsvn_client: tree.c tree.h

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 12 Oct 2011 21:13:18 +0100

Greg Stein wrote:
> On Oct 12, 2011 4:02 AM, <julianfoad_at_apache.org> wrote:
> >...
> > const char *name = svn_dirent_basename(child_abspath,
> scratch_pool);
> >
> > - apr_hash_set(*dirents, name, APR_HASH_KEY_STRING, (void
> *)1);
> > + apr_hash_set(*dirents, name, APR_HASH_KEY_STRING, name);
>
> Looks like 'name' is in the wrong pool.

Thanks. r1182566.

- Julian
Received on 2011-10-12 22:13:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.