Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff-delta: use realloc instead of xrealloc
Commit 83572c1 changed many realloc to xrealloc. This change was made in diff-delta.c too, although the code can handle an out of memory failure. This patch reverts this change in diff-delta.c. Signed-off-by: Martin Koegler <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information