line-log.c: fix a memleak
commit05bfc7dcaa0e99e045c326e2887dba24e58266d8
authorStefan Beller <sbeller@google.com>
Tue, 31 Mar 2015 01:22:07 +0000 (30 18:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Mar 2015 04:59:57 +0000 (30 21:59 -0700)
tree3038424c8e2319fc6089a531fc1782029bf82d73
parentb260d265e189728b26e50506ac6ffab6a7d588da
line-log.c: fix a memleak

The `filepair` is assigned new memory with any iteration via
process_diff_filepair, so free it before the current iteration ends.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c