"Bert Huijben" <[email protected]> writes: >> err = svn_client_propget5(&props, &inherited_config_auto_props, >> SVN_PROP_INHERITABLE_AUTO_PROPS, >> path_or_url, >> &rev, &rev, NULL, svn_depth_empty, NULL, >> ctx, >> - scratch_pool, iterpool); >> + scratch_pool, scratch_pool); > > Hmm, since when do our functions allocate results in their > scratch_pool, when they also have a result pool?
Hmm, it looks like svn_client_propget5 doesn't call svn_wc__get_iprops correctly. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

