diff options
-rw-r--r-- | lib/rpmfi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmfi.c b/lib/rpmfi.c index 38bee29a3..9708df30f 100644 --- a/lib/rpmfi.c +++ b/lib/rpmfi.c @@ -1335,6 +1335,7 @@ if (fi->actions == NULL) xx = hge(h, RPMTAG_FILEINODES, NULL, (void **) &fi->finodes, NULL); xx = hge(h, RPMTAG_FILECONTEXTS, NULL, (void **) &fi->fcontexts, NULL); + fi->replaced = NULL; fi->replacedSizes = xcalloc(fi->fc, sizeof(*fi->replacedSizes)); xx = hge(h, RPMTAG_FILEUSERNAME, NULL, (void **) &fi->fuser, NULL); |