On 10/30/12 9:59 PM, bre...@apache.org wrote:
Author: breser Date: Wed Oct 31 04:59:42 2012 New Revision: 1403982URL: 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