commit | f3990f2cc8fd824ae52a880a7b22248e1bdfb192 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Dec 13 11:50:00 2011 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Dec 15 12:51:52 2011 -0800 |
tree | e411cbecc6eb0511a485844e1827a5b4aa770d81 | |
parent | eebeceec684a36222b4559e3157b0db04c0a67ed [diff] |
Improve resistance to leaks for ConfigEvent A Vector of pointers is risky, as there is no ownership (and the ThreadBase destructor was not deleting them, so if there were any left over at end it would leak). Replaced by a Vector of values. Change-Id: Iddde72dc30134adfcf724dec26cbe0a742509b8c