This is the mail archive of the gcc-bugs@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]

[Bug jit/63854] Fix memory leaks seen in JIT


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854

--- Comment #15 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Wed Nov 19 20:21:19 2014
New Revision: 217806

URL: https://gcc.gnu.org/viewcvs?rev=217806&root=gcc&view=rev
Log:
PR jit/63854: lra.c: Fix leak of point_freq_vec's buffer when calling
lra_inheritance

gcc/ChangeLog:
    PR jit/63854
    * lra.c (lra): After creating live ranges in preparation for call
    to lra_inheritance, set live_p to true.


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


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