Error leak in libsvn_client/revert.c
From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-04 01:19:52 CEST
==========================================================
/* If no error, or SVN_ERR_UNVERSIONED_RESOURCE error, then we want
if (err && err->apr_err != SVN_ERR_UNVERSIONED_RESOURCE)
SVN_ERR (svn_wc_adm_close (adm_access));
return err;
Potential error leak if svn_wc_revert2 errors, and then svn_wc_adm_close
I don't understand that comment about when to close the adm_access and when
Max.
---------------------------------------------------------------------
|
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.