This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/36819] memleak in split_quote_chain
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 02 Oct 2011 12:31:46 +0000
- Subject: [Bug preprocessor/36819] memleak in split_quote_chain
- Auto-submitted: auto-generated
- References: <bug-36819-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36819
--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-10-02 12:31:46 UTC ---
Author: paolo
Date: Sun Oct 2 12:31:40 2011
New Revision: 179426
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179426
Log:
2011-10-02 Paolo Carlini <paolo.carlini@oracle.com>
PR preprocessor/36819
* incpath.c (merge_include_chains): Call free_path on
heads[QUOTE] and tails[QUOTE].
Modified:
trunk/gcc/ChangeLog
trunk/gcc/incpath.c