pcp updates - plug a mem leak in __pmLogLoadMeta()
"Mark Goodwin" <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
I have QA brewing for this one, which will be included with the rest of the fix for RHBZ#1359975 (py script to replay qa/archives/multi backwards with a small negative delta) Changes committed to git://git.pcp.io/mgoodwin/pcp master commit 6ed4b2452ff24356f90d37ac658cdbae4053e8c0 Author: Frank Ch. Eigler <[email protected]> Date: Thu Dec 1 15:03:01 2016 +1100 libpcp: plug a small mem leak in __pmLogLoadMeta() Plug a leaking pmDesc in __pmLogLoadMeta() for the case where the pmid is already in the hash table. Partial fix for RHBZ#1359975. There are still other leaks involving multi-archive replay remaining for this bug.