Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Rename/copy detection fix.
[gitweb.git]
/
diffcore-pathspec.c
diff --git
a/diffcore-pathspec.c
b/diffcore-pathspec.c
index 25ab9eda939ad92bb746c2419d083b1e52117a56..4b7adc396a04076dbdd27ab5b9c0d7f420a2986c 100644
(file)
--- a/
diffcore-pathspec.c
+++ b/
diffcore-pathspec.c
@@
-55,7
+55,7
@@
void diffcore_pathspec(const char **pathspec)
matches_pathspec(p->two->path, spec, speccnt))
diff_q(&outq, p);
else
-
diff_free_filepair
(p);
+
free
(p);
}
free(q->queue);
*q = outq;