error leak in do_file_merge
From: David Glasser <glasser_at_davidglasser.net>
Date: Wed, 9 Apr 2008 10:55:53 -0700
In libsvn_client/merge.c(do_file_merge), which is code I don't know
if (i < remaining_ranges->nelts - 1 &&
/* Record updated WC mergeinfo to account for our new merges, minus
SVN_ERR(update_wc_mergeinfo(target_wcpath, entry, mergeinfo_path,
svn_pool_destroy(subpool);
/* Sleep to ensure timestamp integrity. */
return err;
Hmm, that "if (record_mergeinfo && " block seems suspect to me.
--dave
-- David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-04-09 19:56:05 CEST |
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.