Is there a known memory leak in rpm_packages? I d...
# linux
p
Is there a known memory leak in rpm_packages? I don't see an open issue. The code looks to be missing a couple or rpmtdFree() calls
Actually, the genRpmPackageFiles() is the code that looks like it's missing a couple of rpmtdFree() calls. Nothing obvious in genRpmPackages(), which is the one I am interested in...