You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/10/18 23:11:52 UTC

Re: svn commit: r1399462 - in /subversion/trunk: subversion/libsvn_client/ subversion/libsvn_subr/ subversion/libsvn_wc/ subversion/mod_dav_svn/ subversion/svn/ subversion/svnserve/ subversion/tests/libsvn_subr/ subversion/tests/libsvn_wc/ tools/server-si

Fixed all in r1399466 and r1399860.  Thanks for the review.

Bert Huijben wrote on Thu, Oct 18, 2012 at 13:45:46 +0200:
> > +      SVN_ERR(svn_stream_close(lsbinfo));
> >        if (err)
> >          {
> >            svn_error_clear(err);
> 
> This replaces one error leak by another one.
>