You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2012/10/31 06:02:10 UTC

Re: svn commit: r1403982 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

On 10/30/12 9:59 PM, breser@apache.org wrote:
> Author: breser
> Date: Wed Oct 31 04:59:42 2012
> New Revision: 1403982
>
> URL: http://svn.apache.org/viewvc?rev=1403982&view=rev
> Log:
> Fix a compile warning and a memory leak in rep_write_cleanup.
>
> * subversion/libsvn_fs_fs/fs_fs.c
>    (rep_write_cleanup): txn_id shouldn't be a const and need to clear the err
>      since we don't return it.

Looking at the diff, do you mean 'should be a const'?

Blair


Re: svn commit: r1403982 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Posted by Ben Reser <br...@apache.org>.
On Tue, Oct 30, 2012 at 10:02 PM, Blair Zajac <bl...@orcaware.com> wrote:
> Looking at the diff, do you mean 'should be a const'?

Thanks, log fixed.