summaryrefslogtreecommitdiff
path: root/src/diff_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff_driver.c')
-rw-r--r--src/diff_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_driver.c b/src/diff_driver.c
index 5d3274a11..ae2b7c319 100644
--- a/src/diff_driver.c
+++ b/src/diff_driver.c
@@ -93,7 +93,7 @@ static int diff_driver_add_funcname(
return error;
}
- git_array_alloc(drv->fn_patterns, re_ptr);
+ re_ptr = git_array_alloc(drv->fn_patterns);
GITERR_CHECK_ALLOC(re_ptr);
memcpy(re_ptr, &re, sizeof(re));