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

Re: svn commit: r38330 - trunk/subversion/libsvn_client

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 5 Jul 2009 19:08:20 +0200

On Fri, Jul 3, 2009 at 23:42, Hyrum K. Wright<hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_client/cat.c        Fri Jul  3 14:42:55 2009        (r38330)
>...
> @@ -187,7 +204,10 @@ svn_client_cat2(svn_stream_t *out,
>                                pool));
>
>       SVN_ERR(cat_local_file(path_or_url, out, adm_access, revision,
> -                             ctx->cancel_func, ctx->cancel_baton, pool));
> +                             ctx->cancel_func, ctx->cancel_baton, wc_ctx,
> +                             pool));
> +
> +      SVN_ERR(svn_wc_context_destroy(wc_ctx));

And... another overly-aggressive destruction.

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368161
Received on 2009-07-05 19:08:52 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.