Greg Stein wrote: > On Oct 12, 2011 4:02 AM, <julianf...@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