commit | 0560138e667ce4f9d592cc8eaf037219fb7e8f0e | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Wed Feb 20 16:40:13 2019 -0500 |
committer | Dan Sinclair <dsinclair@chromium.org> | Wed Feb 20 16:40:13 2019 -0500 |
tree | 1a3a615fc7ead39a2ee12a4fa1f69fd5e88bd70d | |
parent | 58d6905ea01f7c44652eb082d26b662ca811df25 [diff] |
Fixup leak of TString In decomposeIntrinsic a new TString was being allocated and passed into a TVariable. That string was leaking. This CL converts the new TString to call NewPoolTString to allocate from the TString pool.