You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/01 12:44:31 UTC

svn commit: r981199 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Author: stsp
Date: Sun Aug  1 10:44:31 2010
New Revision: 981199

URL: http://svn.apache.org/viewvc?rev=981199&view=rev
Log:
Revert r981198, there was no error leak after all.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=981199&r1=981198&r2=981199&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Sun Aug  1 10:44:31 2010
@@ -1547,8 +1547,6 @@ svn_fs_fs__hotcopy(const char *src_path,
               const char *dst_abspath;
               const char *config_relpath;
 
-              svn_error_clear(err);
-
               config_relpath = svn_dirent_join(src_path, PATH_CONFIG, pool);
               SVN_ERR(svn_dirent_get_absolute(&src_abspath, src_path, pool));
               SVN_ERR(svn_dirent_get_absolute(&dst_abspath, dst_path, pool));