PR tree-optimization/79699 - small memory leak in MPFR
commit069aedd2e332c44c97c1f40cf1e455ff1a0b0520
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Mar 2017 16:35:00 +0000 (3 16:35 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Mar 2017 16:35:00 +0000 (3 16:35 +0000)
tree5ab26fcfe0c2379490c77c00e1f88aff0180a583
parent27cd2d859052a4585292e09028b3ee69bd976b90
PR tree-optimization/79699 - small memory leak in MPFR

gcc/ChangeLog:
* context.c (context::~context): Free MPFR caches to avoid
a memory leak on program exit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245878 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/context.c