projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b2b53
)
diff -S: release the image after looking for needle in it
author
Junio C Hamano
<junkio@cox.net>
Mon, 7 May 2007 08:24:27 +0000
(
01:24
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 7 May 2007 22:54:32 +0000
(15:54 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
diffcore-pickaxe.c
patch
|
blob
|
history
diff --git
a/diffcore-pickaxe.c
b/diffcore-pickaxe.c
index 286919e71428049eda1449ba71ac81667ebc3f7d..c4a77d71da5602b68c541c2487fcbecfdfff2944 100644
(file)
--- a/
diffcore-pickaxe.c
+++ b/
diffcore-pickaxe.c
@@
-44,6
+44,7
@@
static unsigned int contains(struct diff_filespec *one,
}
}
}
+ diff_free_filespec_data(one);
return cnt;
}