aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 155aa14..f4fb646 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2690,7 +2690,7 @@ Trans_add(trans, pkg, ...)
AV *excludepath = (AV*)SvRV(ST(i+1));
I32 j = 1 + av_len(excludepath);
#ifdef RPM_446
- relocations = calloc(j + 2, sizeof(*relocations));
+ relocations = calloc(j + 1, sizeof(*relocations));
#else
relocations = calloc(2 + av_len(excludepath), sizeof(rpmRelocation));
#endif