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

Re: 1.10 task: error leaks

From: Julian Foad <julianfoad_at_apache.org>
Date: Mon, 11 Dec 2017 20:03:21 +0000

Daniel Shahaf wrote:
[...]
> svn_element__tree_set(branch->priv->element_tree, old_eid, NULL);
> svn_element__tree_set(branch->priv->element_tree, new_eid, element);
> svn_element__tree_set(branch->priv->element_tree, eid, element);
> svn_element__tree_set(new_subtree, new_subtree->root_eid,
[...]

I fixed those in r1817814 by removing the unused 'svn_error_t *' return
type.

(This reminds me the 'element' stuff and 'tools/dev/svnmover' is still
in trunk... unused, unfinished. I wonder if I should remove it or if I
need to do anything with it before 1.10.)

- Julian
Received on 2017-12-11 21:03:26 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.