mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 00:01:25 +08:00
PR jit/63854: Fix leak of opts_obstack
gcc/ChangeLog: PR jit/63854 * toplev.c (toplev::finalize): Free opts_obstack. From-SVN: r217796
This commit is contained in:
parent
7dd2b60b2f
commit
d5bee0f2af
@ -1,3 +1,8 @@
|
||||
2014-11-19 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR jit/63854
|
||||
* toplev.c (toplev::finalize): Free opts_obstack.
|
||||
|
||||
2014-11-19 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR jit/63854
|
||||
|
@ -2179,4 +2179,6 @@ toplev::finalize (void)
|
||||
/* Clean up the context (and pass_manager etc). */
|
||||
delete g;
|
||||
g = NULL;
|
||||
|
||||
obstack_free (&opts_obstack, NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user