correct pool usage?
From: Martin Hauner <martin.hauner_at_gmx.net>
Date: Sat, 22 Aug 2009 11:11:42 +0200
Hi,
I have a pool usage question. In libsvn_wc/update_editor.c(make_editor)
/* Construct an edit baton. */
...
SVN_ERR(svn_dirent_get_absolute(&eb->anchor_abspath, anchor,
if (svn_path_is_empty(target))
eb->skipped_trees = apr_hash_make(subpool);
Is there a reason why the dirent calls above do not use subpool if anything else
-- Martin Subcommander 2.0.0 Beta 4 - http://subcommander.tigris.org a Win32/Unix/MacOSX subversion GUI client & diff/merge tool. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2386446Received on 2009-08-23 10:34:01 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.