https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
--- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> --- Author: msebor Date: Fri Mar 3 16:35:00 2017 New Revision: 245878 URL: https://gcc.gnu.org/viewcvs?rev=245878&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/context.c