X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diffcore-pickaxe.c;h=c4a77d71da5602b68c541c2487fcbecfdfff2944;hb=f859c846e90b385c7ef873df22403529208ade50;hp=286919e71428049eda1449ba71ac81667ebc3f7d;hpb=00cec846f157b5363b0967d1e4cba76b44d48e77;p=git.git diff --git a/diffcore-pickaxe.c b/diffcore-pickaxe.c index 286919e71..c4a77d71d 100644 --- 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; }