Leaking errors
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-12-19 03:36:52 CET
I am making a patch to fix places where we leak svn_error_t objects, and I have encountered one that I don't know how to handle (and nor, judging by the comment, did the author of the code).
In subversion/mod_dav_svn/update.c (dav_svn__update_report): line 1356:
serr = svn_fs_check_path(&dst_kind, uc.rev_root, dst_path,
Some errors in that function are handled like this (which is 15 lines above it):
serr = svn_repos_finish_report(rbaton);
How should failure of svn_fs_check_path be handled here?
- Julian
---------------------------------------------------------------------
|
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.