Re: [PATCH] Fix memory leak like situation when parsing a svn_config_t object repeatedly
From: Bernd Rinn <bernd_at_sdf.lonestar.org>
Date: 2005-07-24 10:41:02 CEST
Of course you are right with the not "thread safe" part, the problem is
Greg Hudson wrote:
Maybe I explain the use case so that you can see it is a useful one:
I want to call
svn_repos_authz_read(&authz, file, TRUE, conf_pool)
once and
svn_repos_authz_check_access(authz, repos_name, path, user,
many times in a long running server process, calling
svn_repos_authz_check_access() calls svn_config_enumerate() and
-- Bernd Rinn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jul 24 10:42:22 2005 |
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.