https://github.com/osquery/osquery logo
Title
p

packetzero

04/29/2019, 7:52 PM
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...