This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r217792 - in /trunk/gcc: ChangeLog reginfo.c


Author: dmalcolm
Date: Wed Nov 19 19:11:37 2014
New Revision: 217792

URL: https://gcc.gnu.org/viewcvs?rev=217792&root=gcc&view=rev
Log:
PR jit/63854: Fix memory leak of reginfo.c: valid_mode_changes_obstack

gcc/ChangeLog:
	PR jit/63854
	* reginfo.c (finish_subregs_of_mode): Replace obstack_finish with
	obstack_free when cleaning up valid_mode_changes_obstack.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reginfo.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]