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

[PATCH] Do not call svn_pool_clear twice within 'recover_get_largest_revision'

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Tue, 3 Dec 2013 13:08:37 +0400

Hi,

I've noticed that the 'recover_get_largest_revision' routine currently contains
duplicate svn_pool_clear(ITERPOOL) calls. This change was introduced in
r1546842 [1] and I've attached a patch to fix this.

Log message:
[[[
Do not call svn_pool_clear(ITERPOOL) twice. Follow-up to r1546842.

* subversion/libsvn_fs_fs/recovery.c
  (recover_get_largest_revision): Do not call svn_pool_clear(ITERPOOL) twice.

Patch by: Evgeny Kotkov <evgeny.kotkov{_AT_}visualsvn.com>
]]]

[1] http://svn.apache.org/viewvc?view=revision&revision=r1546842

Thanks and regards,
Evgeny Kotkov

Received on 2013-12-03 10:10:04 CET

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.