Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
interpret-trailers: add an option to show only the trailers
[gitweb.git]
/
line-log.c
diff --git
a/line-log.c
b/line-log.c
index a23b910471b6c3195e18aad3cbdf225ae200cca0..b9087814b8ccd0082efc41c617e33e8046ea17d5 100644
(file)
--- a/
line-log.c
+++ b/
line-log.c
@@
-1125,6
+1125,7
@@
static int process_ranges_ordinary_commit(struct rev_info *rev, struct commit *c
changed = process_all_files(&parent_range, rev, &queue, range);
if (parent)
add_line_range(rev, parent, parent_range);
+ free_line_log_data(parent_range);
return changed;
}