diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2692,6 +2692,7 @@ Trans_add(trans, pkg, ...) relocations = calloc(2 + av_len(excludepath), sizeof(rpmRelocation)); while (--j >= 0) { SV **e = av_fetch(excludepath, j, 0); + relocations[j].newPath = NULL; if (e != NULL && *e != NULL) { relocations[j].oldPath = SvPV_nolen(*e); } |