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

Re: [PATCH] Fix memory leak like situation when parsing a svn_config_t object repeatedly

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-08-01 04:12:52 CEST

On Sun, 2005-07-31 at 20:34 +0200, Bernd Rinn wrote:
> Here is the simplified patch.

Thanks. Fixed up a few things:

  * When revving a type, we call the new type foo2_t, not foo_t2.

  * In config.c:search_groups(), you can't use the iteration pool to
hold the result of the iteration, since the pool won't survive that
long.

  * In authz.c, you removed the use of the pool member in
validate_baton, but did not remove it from the structure declaration.

  * No log message.

Committed in r15530.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 1 04:14:03 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.