diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:17:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:17:28 +0000 |
| commit | 25773c54487c8a2f8f14820b9251f4d09cc97f8f (patch) | |
| tree | b312c05df2e7727eeb7186945c2c2e65f812ac05 /contrib/cvs/diff/diff3.c | |
| parent | edc4a449d103a616f9c4abebce4006e41496fcee (diff) | |
Notes
Diffstat (limited to 'contrib/cvs/diff/diff3.c')
| -rw-r--r-- | contrib/cvs/diff/diff3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/diff/diff3.c b/contrib/cvs/diff/diff3.c index fc32abd8006e..109e66ee021c 100644 --- a/contrib/cvs/diff/diff3.c +++ b/contrib/cvs/diff/diff3.c @@ -1363,6 +1363,7 @@ read_diff (filea, fileb, output_placement) if (close (fd) != 0) diff3_perror_with_exit ("pipe close"); unlink (diffout); + free( diffout ); return diff_result + total; } |
