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

Re: Detecting unhandled errors, WAS: RE: svn commit: rev 7373 - trunk/subversion/libsvn_client

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-10 21:38:26 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:

> > svn_error_clear (svn_error_t *err)
> > {
> > if (err)
> > {
> > apr_pool_cleanup_kill(err->pool, NULL, err_abort);
> > apr_pool_destroy (err->pool);
> > }
> > }
>
> I have no problems with such a thing. Want me to implement it?

Rephrase. I'm in the middle of searching for other places where we
don't clear unused errors. I *will* implement this code, Sander, as
it will help me find more of these boogers.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 10 21:39:39 2003

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.