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 #11 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Wed Nov 19 19:57:09 2014
New Revision: 217801

URL: https://gcc.gnu.org/viewcvs?rev=217801&root=gcc&view=rev
Log:
PR jit/63854: Don't leak producer_string in dwarf2out.c

gcc/ChangeLog:
    PR jit/63854
    * dwarf2out.c (dwarf2out_c_finalize): Free producer_string.


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


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