Re: [PATCH] error leak on performance branch

2010-11-16 Thread Stefan Sperling
On Tue, Nov 16, 2010 at 09:37:53AM +1100, Gavin Beau Baumanis wrote: > Hi Stefan, > > Just checking if there is anything remainig with this patch? > I haven't noticed a "committed" reply or any further comments. Thanks for the reminder! stefan2 committed a very similar patch in r1033040. Stefan

Re: [PATCH] error leak on performance branch

2010-11-15 Thread Gavin Beau Baumanis
Hi Stefan, Just checking if there is anything remainig with this patch? I haven't noticed a "committed" reply or any further comments. Gavin "Beau" Baumanis E: gav...@thespidernet.com On 09/11/2010, at 3:33 AM, Stefan Sperling wrote: > On Mon, Nov 08, 2010 at 06:56:16AM -0600, Hyrum K. Wright

Re: [PATCH] error leak on performance branch

2010-11-08 Thread Stefan Sperling
On Mon, Nov 08, 2010 at 06:56:16AM -0600, Hyrum K. Wright wrote: > On Sun, Nov 7, 2010 at 11:58 AM, Stefan Sperling wrote: > > [[[ > > * subversion/libsvn_fs_util/caching.c > >  (svn_fs__get_global_membuffer_cache): Fix a possible error leak. > > ]]] > > > > Index: subversion/libsvn_fs_util/cachin

Re: [PATCH] error leak on performance branch

2010-11-08 Thread Hyrum K. Wright
On Sun, Nov 7, 2010 at 11:58 AM, Stefan Sperling wrote: > [[[ > * subversion/libsvn_fs_util/caching.c >  (svn_fs__get_global_membuffer_cache): Fix a possible error leak. > ]]] > > Index: subversion/libsvn_fs_util/caching.c > === > ---

[PATCH] error leak on performance branch

2010-11-07 Thread Stefan Sperling
[[[ * subversion/libsvn_fs_util/caching.c (svn_fs__get_global_membuffer_cache): Fix a possible error leak. ]]] Index: subversion/libsvn_fs_util/caching.c === --- subversion/libsvn_fs_util/caching.c (revision 1032308) +++ subversion/