Suggested |
r850464 |
r850464 | lundblad | 2004-07-23 11:04:20 +0000 (Fri, 23 Jul 2004) Fix issue #1969: close files in blame before they are deleted.. Fixes win32 breakage. Suggested by: mattdoran <mattdoran@bigpond.com> (Detected and analyzed the problem.) Review by: djh (Verified the fix.) * libsvn_client/blame.c (delta_baton): Add source_file member. (window_handler): Close the source and target files. (file_rev_handler): Replace local last_file variable with use of delta_baton->source_file.