PR tree-optimization/79699 - small memory leak in MPFR
commitda7c751ba7725d9fd71eeff9423ae0e0518baa19
authorMartin Sebor <msebor@redhat.com>
Fri, 3 Mar 2017 16:35:00 +0000 (3 16:35 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Fri, 3 Mar 2017 16:35:00 +0000 (3 09:35 -0700)
tree5ab26fcfe0c2379490c77c00e1f88aff0180a583
parentd9074b295905374434534278524d541c47545347
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.

From-SVN: r245878
gcc/ChangeLog
gcc/context.c