Plug a memleak in genCpioListAndHeader()

This commit is contained in:
Panu Matilainen 2009-03-11 21:43:44 +02:00
parent 4cf26d30f8
commit 23d202e928
1 changed files with 1 additions and 0 deletions

View File

@ -1287,6 +1287,7 @@ static void genCpioListAndHeader(FileList fl,
} }
fi->apath = apath; fi->apath = apath;
*fip = fi; *fip = fi;
rpmtdFreeData(&filenames);
} }
/* Compress filelist unless legacy format requested */ /* Compress filelist unless legacy format requested */