Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"

This reverts 068eac91ce commit.
This commit is contained in:
Junio C Hamano
2005-09-14 14:06:50 -07:00
parent 705a7148ba
commit 19397b4521
3 changed files with 8 additions and 7 deletions

View File

@ -43,7 +43,7 @@ extern void fill_filespec(struct diff_filespec *, const unsigned char *,
unsigned short);
extern int diff_populate_filespec(struct diff_filespec *, int);
extern void diff_free_filespec(struct diff_filespec *);
extern void diff_free_filespec_data(struct diff_filespec *);
struct diff_filepair {
struct diff_filespec *one;