You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2009/07/05 17:08:20 UTC

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

On Fri, Jul 3, 2009 at 23:42, Hyrum K. Wright<hy...@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